adfoster-r7
|
dd576dd860
|
Update debug command to correctly output datastore values
|
2023-03-21 14:02:30 +00:00 |
|
Jeffrey Martin
|
d9716ebecf
|
core updates for Rails 7
|
2023-01-23 09:57:09 -06:00 |
|
adfoster-r7
|
f02012a8ee
|
Add openssl version to debug command
|
2022-07-19 15:26:05 +01:00 |
|
sjanusz
|
f60611c070
|
Fix failing tests
|
2021-12-06 15:04:05 +00:00 |
|
sjanusz
|
f9c9df4463
|
Fix delimited workspace ids
|
2021-12-06 12:19:33 +00:00 |
|
sjanusz
|
1ba8aa8dcd
|
Delete bad test, remove delete_all before each test
|
2021-12-06 11:35:18 +00:00 |
|
sjanusz
|
33feba4a7d
|
Adds database configuration debug tests
|
2021-11-23 17:48:10 +00:00 |
|
Alan Foster
|
12c5dd6f44
|
Fix db connection support for rpc service
|
2021-04-02 05:30:34 +01:00 |
|
dwelch-r7
|
b816373b94
|
remove msf/ui requires
|
2021-01-18 14:21:54 +00:00 |
|
dwelch-r7
|
bad5ccbc49
|
Remove msf/base requires
|
2021-01-05 14:59:46 +00:00 |
|
Alan Foster
|
2b306abfee
|
Update debug command connection name logging
|
2020-10-27 12:54:27 +00:00 |
|
Adam Galway
|
bccc17e4ae
|
updates tests to consider msf-ws.log
|
2020-09-25 14:45:33 +01:00 |
|
Jeffrey Martin
|
07cbe426e2
|
Rails 5, all models inherit from ApplicationRecord
ApplicationRecord is a new superclass for all app models, analogous to app controllers subclassing ApplicationController instead of ActionController::Base. This gives apps a single spot to configure app-wide model behavior.
https://edgeguides.rubyonrails.org/upgrading_ruby_on_rails.html#active-record-models-now-inherit-from-applicationrecord-by-default
Deprecated Relation#uniq use Relation#distinct instead.
https://edgeguides.rubyonrails.org/5_0_release_notes.html#active-record-deprecations
|
2020-07-31 11:56:49 -05:00 |
|
Alan Foster
|
3737c6810c
|
Fix typo in debug command
|
2020-07-01 14:18:51 +01:00 |
|
Adam Galway
|
babaee8c8e
|
adds debug command with spec tests
|
2020-06-29 15:38:56 +01:00 |
|