aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9978 from trevorturk/cookie-store-auto-upgradeSantiago Pastorino2013-04-012-9/+61
|\
| * Allow transparent upgrading of legacy signed cookies to encrypted cookies; Au...Trevor Turk2013-03-282-9/+61
* | cleanup railties test; fix typosVipul A M2013-03-313-6/+5
* | be lazy loading SDocXavier Noria2013-03-301-0/+5
|/
* Fix typoPrathamesh Sonpatki2013-03-281-1/+1
* s/and and run/and runs/David Chapman2013-03-261-1/+1
* Fixed typo in railties/testPrathamesh Sonpatki2013-03-252-2/+2
* Controller name pluralizedPrathamesh Sonpatki2013-03-251-2/+2
* Fix jquery-as-default test to account for switch from gem to github source in...Jeremy Kemper2013-03-251-1/+1
* Put coffee-rails in top-level of generated GemfileGabe Kopley2013-03-241-1/+4
* Fix some typosVipul A M2013-03-243-3/+3
* Fix test: ActiveSupport.version is returning now a Gem::Version instead of a ...Guillermo Iguaran2013-03-241-1/+1
* Merge pull request #8501 from charliesome/version-to-sRafael Mendonça França2013-03-232-3/+3
|\
| * remove references to *::VERSION, replace with *.versionCharlie Somerville2013-03-212-3/+3
* | Don't kill the consoleJon Leighton2013-03-221-10/+2
* | Send SIGTERM, not SIGQUIT.Jon Leighton2013-03-221-1/+1
|/
* Don't generate a scaffold.css if no-assetsKevin Glowacz2013-03-201-1/+1
* Revert "make new rails apps log to STDOUT"Steve Klabnik2013-03-151-21/+0
* make new rails apps log to STDOUTTerence Lee2013-03-151-0/+21
* Add support for generate scaffold password:digestSam Ruby2013-03-131-0/+41
* Replace assert_(no_)match args from regexps to strings to remove warningsCarlos Antonio da Silva2013-03-111-40/+40
* Make sure that the test case is run under test envPrem Sichanugrist2013-03-111-1/+17
* Fix test failure introduced in 3ed41e57Prem Sichanugrist2013-03-111-5/+3
* Merge pull request #9080 from sikachu/master-rails-testRafael Mendonça França2013-03-112-10/+311
|\
| * Make sure that `rails test` load test in test envPrem Sichanugrist2013-03-091-1/+44
| * Update Rake tasks to call `rails test` insteadPrem Sichanugrist2013-03-091-10/+13
| * Improve wording for rails test commandDalibor Nasevic2013-03-091-8/+8
| * Load fixtures only when running suites, or `-f`Prem Sichanugrist2013-03-091-0/+51
| * Add support for MiniTest flags in TestRunnerPrem Sichanugrist2013-03-091-0/+21
| * Add `rails test` command to run the test suitePrem Sichanugrist and Chris Toomey2013-03-091-0/+183
* | Cleanup tests for unused variablesVipul A M2013-03-111-1/+1
|/
* Fix race condition in testJon Leighton2013-03-091-2/+2
* Bump up timeoutsJon Leighton2013-03-091-3/+3
* Fix failing test regarding console change to fix sandboxingCarlos Antonio da Silva2013-03-081-11/+10
* 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
* Support creating a table migration generatorSammy Larbi2013-03-011-3/+14
* Ensure plugins generated with plugin new can boot the dummy applicationJosé Valim2013-02-281-39/+16
* Improve `rake stats` for JavaScript and CoffeeScript.Hendy Tanata2013-02-251-0/+288
* Merge pull request #9401 from sikachu/master-remove-builder-optionRafael Mendonça França2013-02-2410-169/+0
|\
| * Remove `--builder` option from `rails` commandPrem Sichanugrist2013-02-2410-169/+0
* | remove AR auto-explain (config.auto_explain_threshold_in_seconds)Yves Senn2013-02-241-9/+0
|/
* Fix backwards compatibility with Rails 3 apps.Steve Klabnik2013-02-221-29/+36
* 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-193-30/+38