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
Piotr Sarnacki 28cd098d99 Correctly display rack apps with dynamic constraints in RoutesInspector
If you used dynamic constraint like that:

  scope :constraint => MyConstraint.new do
    mount RackApp => "/foo"
  end

routes were not displayed correctly when using `rake routes`.
This commit fixes it. If you want nice display of dynamic
constraints in `rake routes` output, please just override
to_s method in your constraint's class.
2011-12-26 11:41:45 +01:00
..
application Correctly display rack apps with dynamic constraints in RoutesInspector 2011-12-26 11:41:45 +01:00
fixtures treat USAGE as an ERB template 2011-11-02 09:00:18 -04:00
generators Use 1.9 hash syntax instead. 2011-12-24 22:06:25 +01:00
isolation rake assets:precompile loads the application but does not initialize it. 2011-09-24 03:17:23 +02:00
railties Get rid of more 1.8.x dead code 2011-12-20 17:59:26 +01:00
abstract_unit.rb * BufferedLogger is deprecated. Use ActiveSupport::Logger, or the logger 2011-12-19 18:41:37 -08:00
backtrace_cleaner_test.rb
generators_test.rb treat USAGE as an ERB template 2011-11-02 09:00:18 -04:00
initializable_test.rb :group => :assets should only run in the assets environment. 2011-10-02 22:08:33 +02:00
paths_test.rb Removing Deprecated Path API tests 2011-05-24 23:03:01 -05:00
rails_info_controller_test.rb Loading action_controller twice removed. 2011-05-22 02:14:17 +05:30
rails_info_test.rb
script_rails_loader_test.rb