1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/test
Yves Senn ee787d9f58 test, Generators::GeneratedAttribute with references, required, index.
Closes #17197.
Closes #17207.

`{required}` is a type modifier so it should be:

    user:references{required}:index

and not:

    user:references:index{required}
2014-10-16 15:50:13 +02:00
..
application Don't need to account turbolinks cookies in get request. 2014-10-13 17:24:44 -03: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
generators test, Generators::GeneratedAttribute with references, required, index. 2014-10-16 15:50:13 +02:00
isolation Define the configuration at Active Support 2014-09-11 00:54:43 -03:00
railties Dont mess with default order engines load 2014-09-02 22:50:50 -03: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
code_statistics_calculator_test.rb
engine_test.rb need to call super 2014-08-07 16:03:09 -07:00
env_helpers.rb
generators_test.rb Fix Railties tests that were order dependent 2014-08-13 21:25:11 +09:00
initializable_test.rb
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
version_test.rb Introduce Rails.gem_version 2014-03-05 12:37:38 -05:00