aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application
Commit message (Expand)AuthorAgeFilesLines
* Fix race condition in testJon Leighton2013-03-091-2/+2
* Bump up timeoutsJon Leighton2013-03-091-3/+3
* The console --sandbox transaction should not be joinableJon Leighton2013-03-081-10/+8
* Fix rails console --sandboxJon Leighton2013-03-081-8/+74
* Bring config.allow_concurrency backJosé Valim2013-03-031-0/+6
* Remove hard coded references to Active Record in railtiesJosé Valim2013-03-021-13/+0
* remove uncommented railties boot_test.rbYves Senn2013-02-211-20/+0
* run the load_structure test in the test environmentTerence Lee2013-02-211-3/+10
* test DATABASE_URL without database.yml aroundTerence Lee2013-02-211-0/+2
* Fix rake routes output in railties testCarlos Antonio da Silva2013-02-191-2/+4
* Revert "Deprecate the `eager_load_paths` configuration"Andrew White2013-02-192-6/+6
* editorial tweaksXavier Noria2013-02-191-1/+1
* Use strip_heredoc in the tests as well.Steve Klabnik2013-02-181-5/+6
* Add message when you have no routes defined.Steve Klabnik2013-02-181-0/+15
* Remove BestStandardsSupport middlewareGuillermo Iguaran2013-01-292-32/+1
* Deprecate the `eager_load_paths` configurationAndrew White2013-01-242-6/+6
* Revert "Set the default timezone after the initialization since the configura...Carlos Antonio da Silva2013-01-221-11/+1
* Restore and adapt the implementation reverted atRafael Mendonça França2013-01-191-0/+48
* script => binAkira Matsuda2013-01-181-6/+6
* allow :dirs option for .enumerateBrian D. Burns2013-01-151-0/+39
* Account for ignored cookie set by turbolinksNick Reed2013-01-141-6/+6
* Add regression test to #8907Rafael Mendonça França2013-01-141-0/+31
* remove performance tests from the default stackYves Senn2013-01-101-25/+0
* Revert "unpermitted params" exception -- it's just not going to work. See the...David Heinemeier Hansson2013-01-081-48/+0
* Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ...Jeremy Kemper2013-01-062-7/+3
* Move config.filter_parameters to you own initializer fileRafael Mendonça França2013-01-051-2/+2
* Assert config.filter_parameters should be able to be set in a initializerRafael Mendonça França2013-01-051-0/+10
* Remove warning "ambiguous first argument"Carlos Antonio da Silva2013-01-051-1/+1
* Rename the configuration to raise_on_unpermitted_parametersRafael Mendonça França2013-01-051-9/+9
* Ensure that raise_on_unexpected_params configuration will workRafael Mendonça França2013-01-051-0/+48
* Set the default timezone after the initialization since the configurationRafael Mendonça França2013-01-041-1/+11
* Restore original remote_ip algorithm.Andre Arko2013-01-021-1/+1
* Fix usage of lambda as a Rack endpointJiri Pospisil2012-12-311-1/+1
* Fixes for PR [#8267]Marc-Andre Lafortune2012-12-221-2/+2
* Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...Jeremy Kemper2012-12-212-170/+0
* Correctly shows RAILS_ENV=development even when ENV['RAILS_ENV'] is not set (...Andy Lindeman2012-12-211-0/+12
* Revert "Add test to deprecation of Path#children"Carlos Antonio da Silva2012-12-191-6/+0
* Revert "Merge pull request #7587 from elia/fix-too-eager-loading"Rafael Mendonça França2012-12-181-3/+0
* Clear url helper methods when routes are reloadedAndrew White2012-12-141-0/+71
* Merge pull request #8468 from schneems/schneems/rack-index-pageSantiago Pastorino2012-12-101-0/+36
|\
| * Use Rails to Render Default Index Pageschneems2012-12-101-0/+36
* | Ensure the scaffold tests will pass when using references attributesRafael Mendonça França2012-12-101-0/+10
|/
* Revert "Invert precedence of content in ActionDispatch::Static"Andrew White2012-12-071-23/+0
* Stop shelling out more than necessaryCarlos Antonio da Silva2012-12-071-10/+10
* Run rake tasks all at once in rake dbs test for a speed upCarlos Antonio da Silva2012-12-061-12/+6
* Invert precedence of content in ActionDispatch::StaticAndrew White2012-12-061-0/+23
* Refactor tests that switch RAILS_ENV and RACK_ENVCarlos Antonio da Silva2012-12-061-12/+8
* Fix duplicated method nameCarlos Antonio da Silva2012-12-051-2/+1
* Add ENV['RACK_ENV'] support to rake runner/console/server.kennyj2012-12-061-0/+23
* Fix failing tests related to rake notesCarlos Antonio da Silva2012-12-031-2/+2