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
Caio Chassot 94a60a5600 In app_generator, fix hardcoded bundle call to derive the bundle executable name from Thor::Util.ruby_command.
This ensures that eg. when `rails` is called from `ruby1.9`, `bundle1.9` is called.

Signed-off-by: José Valim <jose.valim@gmail.com>
2010-03-12 21:33:39 +01:00
..
application Add mailers to paths in case someone wants to access it directly and ensures deep nesting works in controllers. 2010-03-06 19:25:55 +01:00
fixtures Remove old fixtures files. 2010-01-26 14:09:48 +01:00
generators In app_generator, fix hardcoded bundle call to derive the bundle executable name from Thor::Util.ruby_command. 2010-03-12 21:33:39 +01:00
isolation Deprecated ActionController::Base.session_options= and ActionController::Base.session_store= in favor of a config.session_store method (which takes params) and a config.cookie_secret variable, which is used in various secret scenarios. The old AC::Base options will continue to work with deprecation warnings. 2010-03-04 16:05:52 -08:00
railties Add mailers to paths in case someone wants to access it directly and ensures deep nesting works in controllers. 2010-03-06 19:25:55 +01:00
abstract_unit.rb Revert "Fix test load paths for those not using bundler" 2010-02-23 17:31:17 -08:00
backtrace_cleaner_test.rb
generators_test.rb Prettify generators description whenever using the default stack [#4143 status:resolved] 2010-03-12 21:33:39 +01:00
initializable_test.rb deOMGifying Railties, Active Support, and Action Pack 2010-01-31 09:46:30 -08:00
log_subscriber_test.rb Log Tailer doesn't exist anymore. Removing some traces left over in tests. 2010-03-02 12:34:26 -08:00
paths_test.rb
rails_info_controller_test.rb :controller doesn't work for namespaced controllers anymore. 2010-03-02 12:06:40 -08:00
rails_info_test.rb