rails--rails/railties/test
Derek Prior 323334a775 Generators add foreign keys on references
If you run a generator such as:

```
rails generate model accounts supplier:references
```

The resulting migration will now add the corresponding foreign key
constraint unless the reference was specified to be polymorphic.
2014-11-25 20:22:58 -02:00
..
application bring back `db:test:prepare`. 2014-11-25 18:17:01 +01:00
commands Expectations first 2014-08-28 14:41:00 +09:00
configuration Define the configuration at Active Support 2014-09-11 00:54:43 -03:00
fixtures Remove `--builder` option from `rails` command 2013-02-24 14:31:08 -05:00
generators Generators add foreign keys on references 2014-11-25 20:22:58 -02:00
isolation Set the test_order in the basic app as well, see 58e8b48 2014-11-25 03:05:42 -08:00
railties 💅 it's -> its (see comments on 9a586ac) 2014-10-18 23:52:53 -07:00
abstract_unit.rb Always define capture to remove the deprecation message 2014-09-11 00:55:05 -03:00
app_rails_loader_test.rb Stop using mocha on app_rails_loader_test 2014-07-07 22:05:30 -03:00
backtrace_cleaner_test.rb Gem cont presence checking has been removed 2012-05-02 13:56:13 +03:00
code_statistics_calculator_test.rb Improve `rake stats` for JavaScript and CoffeeScript. 2013-02-25 21:08:11 +08:00
engine_test.rb need to call super 2014-08-07 16:03:09 -07:00
env_helpers.rb Make logging to stdout work again with implicit `development` env 2013-10-13 19:21:18 +02:00
generators_test.rb Fix Railties tests that were order dependent 2014-08-13 21:25:11 +09:00
initializable_test.rb Remove not used module from initializable test 2013-05-01 23:21:08 -03:00
path_generation_test.rb add a test for prepending SCRIPT_NAME to generated urls 2014-08-08 11:41:21 -07:00
paths_test.rb Stop requiring mocha automatically 2014-07-19 17:35:12 -03:00
rack_logger_test.rb Fix incorrect unsubscription. 2014-07-11 16:38:26 +08:00
rails_info_controller_test.rb Stop requiring mocha automatically 2014-07-19 17:35:12 -03:00
rails_info_test.rb Remove unused code 2014-09-25 16:20:31 -03:00
test_info_test.rb Privatize non-test method 2013-07-25 17:08:43 +09:00
version_test.rb Introduce `Rails.gem_version` 2014-03-05 12:37:38 -05:00