aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/isolation
Commit message (Expand)AuthorAgeFilesLines
* Only add the whitelist_attributes option if ActiveRecord is presentRafael Mendonça França2012-03-041-1/+1
* `rake assets:precompile` loads the application but does not initialize it.José Valim2011-09-241-0/+9
* Use the proper executable on tests.José Valim2011-09-121-1/+1
* Create an :assets group in the Gemfile.José Valim2011-06-211-0/+4
* Merge pull request #1356 from flippingbits/fix_engine_generatorJosé Valim2011-06-091-1/+1
|\
| * Use RAILS_ISOLATED_ENGINE and fix namespaced generators testsStefan Sprenger2011-06-071-1/+1
| * Don't create full Rails application if RAILS_ISOLATION_COMMAND equals engineStefan Sprenger2011-06-071-1/+1
* | Fix another CIfail :zap: :fire: Deleting RAILS_ENV from ENV doesn't produce t...Jon Leighton2011-06-061-1/+2
* | Solve the RAILS_ENV problem in the railties tests in a more generic wayJon Leighton2011-06-061-0/+6
|/
* Require rubygems (chill out, just for rails internal tests).José Valim2011-05-231-0/+1
* No more need rubygems here.Arun Agrawal2011-05-221-2/+0
* Add some very simple docs.José Valim2011-04-151-0/+3
* Simplify remove_from_config.Emilio Tagua2010-11-191-9/+5
* Enable IdentityMap when generating new apps.Emilio Tagua2010-11-191-0/+12
* Fix a routing test. Reorganize middleware tests.José Valim2010-10-021-0/+27
* Fix running engine_test in isolationPiotr Sarnacki2010-09-191-0/+1
* Create a deprecation behavior that triggers a notification for deprecation no...wycats2010-06-291-1/+2
* Add delete to middleware stack proxy.José Valim2010-06-071-1/+1
* Refactor tests by moving all middleware tests to the same place.José Valim2010-04-261-0/+19
* moved rails binary to rails gem, so rubygems can find specific versions of ra...Felipe Rodrigues2010-04-121-1/+1
* Rename config.cookie_secret to config.secret_token and pass it as configurati...José Valim2010-04-051-1/+1
* Deprecated ActionController::Base.session_options= and ActionController::Base...Carlhuda2010-03-041-1/+1
* Fix Sam Ruby's tests and deprecation warningsCarlhuda2010-03-041-1/+1
* Revert "Fix test load paths for those not using bundler"Carlhuda2010-02-231-4/+10
* Fix test load paths for those not using bundlerJoshua Peek2010-02-151-10/+4
* fix usage examples and more to use new invocationsRomD2010-02-061-1/+1
* Remove the generated gemfile in railties tests since the rails gemfile is used.Carl Lerche2010-02-021-0/+4
* Get rails tests running on bundler 0.9Carl Lerche2010-01-311-19/+7
* Add tests for explicit engines.José Valim2010-01-261-0/+21
* Rename rails.rb -> rails/all.rb and rails/core.rb -> rails.rbCarl Lerche2009-12-311-1/+1
* tests pass with requiring the frameworks in rails.rbCarlhuda2009-12-231-0/+8
* Blog -> Blog::Application. Leave the toplevel module up for grabs.Jeremy Kemper2009-12-211-1/+1
* test.rb, dev.rb, and production.rb just reopen the Application class; no more...Carlhuda2009-12-211-0/+7
* Fix bundler environment checkJeremy Kemper2009-11-141-1/+1
* Refactor pluginsYehuda Katz + Carl Lerche2009-11-111-0/+28
* Fix railties isolated tests if bundler environment doesn't existJoshua Peek2009-11-091-2/+6
* Refactored railties' isolation tests to be able to run script/* scripts.Carl Lerche2009-10-211-4/+13
* Have all the tests running off a single GemfileYehuda Katz + Carl Lerche2009-10-201-11/+8
* Bundle for railties tests tooJeremy Kemper2009-10-191-12/+20
* Remove config.gem in favor of using the bundler. This makes config/boot.rb ob...Carl Lerche2009-10-161-10/+13
* Make the railties tests passCarl Lerche2009-10-161-1/+1
* Have config/application.rb contain the application definition and require tha...Carl Lerche2009-10-151-2/+2
* Have Rails.root be based off of config.ruCarl Lerche2009-10-141-2/+8
* Uses fileutilsJeremy Kemper2009-10-091-0/+2
* Finish porting over the initializers to the app object and fix all the testsCarl Lerche2009-10-081-0/+4
* Start moving the initializers into the application objectCarl Lerche2009-10-081-1/+2
* More robust console testJoshua Peek2009-10-051-0/+4
* Remove all calls to Rails::Initializer from boot.rbCarl Lerche2009-09-301-12/+8
* Fix the broken railties isolation testsCarl Lerche2009-09-291-5/+33
* Restore "Start Rails::Application objectJoshua Peek2009-09-251-0/+107