aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Gist URLs are now namespacedAkira Matsuda2013-02-181-3/+3
* Added notice message for destroy method in scaffoldRahul P. Chaudhari2013-02-101-0/+1
* --no-rc in the railties testsAkira Matsuda2013-02-012-2/+2
* Remove BestStandardsSupport middlewareGuillermo Iguaran2013-01-292-32/+1
* Merge pull request #8303 from jeremywrowe/masterRafael Mendonça França2013-01-251-0/+5
|\
| * Fixes improper database name when a '.' is included while creating a new railsJeremy W. Rowe2013-01-161-0/+5
* | Deprecate the `eager_load_paths` configurationAndrew White2013-01-243-38/+30
* | Revert "Set the default timezone after the initialization since the configura...Carlos Antonio da Silva2013-01-221-11/+1
* | Merge pull request #8557 from timraymond/add_back_engines_and_deprecateRafael Mendonça França2013-01-221-0/+6
|\ \
| * | Adding Back Rails::Engine::Railties#enginesTim Raymond2013-01-031-0/+6
* | | Fix asset_path in mounted enginePiotr Sarnacki2013-01-211-0/+9
* | | 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
* | More consistent quotes in scaffold generatorPavel Pravosud2013-01-111-1/+1
* | Include jbuilder by default and rely on its scaffold generator to show json A...David Heinemeier Hansson2013-01-102-24/+1
* | remove performance tests from the default stackYves Senn2013-01-102-28/+0
* | extract PerformanceTest into rails-performance_tests gemYves Senn2013-01-101-12/+0
* | fire a notification when the request stops / startsAaron Patterson2013-01-091-0/+71
* | Revert "unpermitted params" exception -- it's just not going to work. See the...David Heinemeier Hansson2013-01-081-48/+0
* | Fix readme testsCarlos Antonio da Silva2013-01-071-2/+2
* | doc/README_FOR_APP is no longer generatedXavier Noria2013-01-081-1/+0
* | Introduce ./bin for your app's executables: bin/bundle, bin/rails, bin/rake. ...Jeremy Kemper2013-01-069-40/+57
* | 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
* | Make sure assets is disable when --skip-sprockets is usedRafael Mendonça França2013-01-051-1/+2
* | config.assets.enabled is now true by defaultDavid Heinemeier Hansson2013-01-051-1/+0
* | 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
* | Merge pull request #8633 from mykola-kyryk/issue_8628Rafael Mendonça França2013-01-042-0/+18
|\ \
| * | This commit fixes issue #8628Mykola Kyryk2013-01-042-0/+18
* | | fix failing test broken in 15fb7889c5566ddade1d8f74f49bbbc1c0be6057Akira Matsuda2013-01-051-1/+1
|/ /
* / Set the default timezone after the initialization since the configurationRafael Mendonça França2013-01-041-1/+11
|/
* Merge pull request #8705 from amparo-luna/change_update_attributes_to_updateGuillermo Iguaran2013-01-032-3/+3
|\