aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* nested controllers need to be explicitly declared with the new mapperJoshua Peek2010-02-281-1/+2
* Rename named_url_helpers to url_helpers and url_helpers to url_forCarlhuda2010-02-261-1/+1
* reload! on console now works as expected. [#3822 status:resolved]José Valim2010-02-261-3/+29
* the folder public/javascripts should be created by default [#4027 status:reso...Ramon Soares2010-02-261-0/+1
* Add autoload to generators modules and fix failing test.José Valim2010-02-261-4/+4
* Final pass at removing the router from a global constantCarlhuda2010-02-251-0/+42
* Get Railties tests passingCarlhuda2010-02-251-0/+3
* Fix dangling klass referenceJeremy Kemper2010-02-251-1/+1
* Fix test on 1.8.8. Broken by inherited hook now running before Class.new block.Jeremy Kemper2010-02-251-5/+6
* Remove references to ActionDispatch::Routing::Routes in favor of Rails.appica...Carl Lerche2010-02-242-4/+4
* Woops, forgot to actually add active_support/core_ext/file/path.rbCarlhuda2010-02-231-0/+1
* Revert "Fix test load paths for those not using bundler"Carlhuda2010-02-234-25/+12
* Makes send_file work again by deferring to Rack::Sendfile. Carlhuda2010-02-231-0/+55
* Use ActionDispatch::Routing everywhereMartin Schürrer2010-02-212-5/+5
* Add a test for default_url_options in AM.José Valim2010-02-211-0/+11
* Revert behavior from a5684dfa3c16472bfa5d5d861ba78cb6dbadcb59 and ensure afte...José Valim2010-02-191-3/+15
* Ensure config.after_initializer is executed before building the middleware st...José Valim2010-02-181-0/+14
* Add readme as method in Rails::Generators::Actions (as we had in 2.3)José Valim2010-02-171-0/+6
* Merge master.José Valim2010-02-174-12/+25
|\
| * Fix test load paths for those not using bundlerJoshua Peek2010-02-154-12/+25
* | Invalid namespace on app generation raises an errorKyle Maxwell2010-02-171-0/+5
* | Show deprecation message for rails/init.rb in plugins.José Valim2010-02-171-0/+9
* | Subscriber should not explode if a non namespaced instrumentation is given.José Valim2010-02-161-1/+7
* | Rename Rails::Subscriber to Rails::LogSubscriberPrem Sichanugrist2010-02-164-124/+124
|/
* Fix a couple failing tests.José Valim2010-02-101-4/+2
* Fixes unescaped version passthrough of generator 'gem' command. [#3901 status...Michael Bleigh2010-02-101-0/+18
* Debrittlize tests somewhat - fix for CI buildMikel Lindsaar2010-02-101-5/+5
* Check if Test::Unit is defined before adding backtrace filter.José Valim2010-02-071-0/+17
* fix usage examples and more to use new invocationsRomD2010-02-062-6/+6
* Add config.generators.templates to provide alternative paths for template loo...José Valim2010-02-062-11/+5
* Fixes test failYehuda Katz2010-02-051-1/+1
* Move framework requires and Bundler.require from boot.rb to app.rb. Cut down ...Jeremy Kemper2010-02-041-1/+1
* Update Gemfile to use latest bundler config.José Valim2010-02-041-0/+7
* Updating index.html to remove script/generate and making railties tests pass ...Mikel Lindsaar2010-02-021-24/+4
* Remove the generated gemfile in railties tests since the rails gemfile is used.Carl Lerche2010-02-021-0/+4
* Fixed --dev flag for new bundlerMikel Lindsaar2010-02-021-3/+3
* Deprecate AC configuration values which were moved to Rack.José Valim2010-02-013-6/+6
* Add config.generators.fallbacks.José Valim2010-02-011-1/+12
* Get rails tests running on bundler 0.9Carl Lerche2010-01-312-29/+9
* deOMGifying Railties, Active Support, and Action PackMikel Lindsaar2010-01-311-1/+1
* Revert "Drop JS scripts from core"Joshua Peek2010-01-301-3/+5
* Improve railtie deprecation messages.José Valim2010-01-301-0/+7
* tsort-based dependency resolution for initializersPaul Rosania2010-01-292-3/+42
* Drop JS scripts from coreJoshua Peek2010-01-291-5/+3
* Automatically configure generators if application is defined.José Valim2010-01-291-1/+1
* Move the ActiveRecord generator settings into the RailtieCarl Lerche2010-01-283-1/+3
* Add more tests to some key points in Railties.José Valim2010-01-289-130/+186
* Add reloadable specific for engines and move environment to application paths.José Valim2010-01-284-4/+12
* Add config.to_prepare back and add tests for it.José Valim2010-01-281-0/+23
* Fix the test_framework generator testsCarl Lerche2010-01-281-1/+1