aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* "Naked" rescue clauses only catch StandardError subclasses.thedarkone2013-08-061-2/+5
* Add a missing require.thedarkone2013-08-061-0/+1
* Use the right instrumentation nameRafael Mendonça França2013-08-051-1/+1
* Rails.logger should have level specified by config.log_level. Max Shytikov2013-07-301-0/+8
* Privatize non-test methodAkira Matsuda2013-07-251-0/+1
* Use GeneratedAttribute#column_name if #reference? scaffold_generator in _form...Zachary Scott2013-07-231-0/+24
* Stop reading the same file twice for testing different contentCarlos Antonio da Silva2013-07-221-8/+4
* Revert "Match Dev/Prod parity for Index Page"Piotr Sarnacki2013-07-221-1/+1
* Merge pull request #11514 from schneems/schneems/dev-prod-parity-indexPiotr Sarnacki2013-07-221-1/+1
|\
| * Match Dev/Prod parity for Index Pageschneems2013-07-201-1/+1
* | Clear named routes when routes.rb is reloadedAndrew White2013-07-211-0/+45
|/
* Added generated unit test for generator generator and new test:generators rak...Josef Šimánek2013-07-161-0/+16
* Added CheckPending middleware in defaultArun Agrawal2013-07-151-0/+4
* No need to add config for x_sendfile_headerArun Agrawal2013-07-151-2/+0
* Rack::Sendfile is now included in middleware by default, change tests to refl...Guillermo Iguaran2013-07-151-10/+4
* #11381: Ignore config.eager_load=true for rakePaul Nikitochkin2013-07-102-18/+20
* handle notes in *.sass filesYuri Artemev2013-07-081-1/+3
* Removed deprecated `Rails.application.railties.engines`.Arun Agrawal2013-07-041-6/+0
* build fix: railties tests used deprecated `SchemaCache` methods.Yves Senn2013-07-041-2/+2
* Use block instead passing as argumentRafael Mendonça França2013-07-021-1/+1
* Merge pull request #11203 from schneems/schneems/plugin_new-pluginRafael Mendonça França2013-07-012-3/+3
|\
| * s/plugin_new/pluginschneems2013-06-302-3/+3
* | Allowing multiple rails applications in the same ruby instance.wangjohn2013-06-301-0/+148
|/
* Omit turbolinks configuration completely on skip_javascript generator optionNikita Fedyashev2013-06-281-3/+8
* Removing deprecated rake tasks.wangjohn2013-06-241-39/+0
* Merge pull request #10537 from jetthoughts/10428_bug_with_config_assets_preco...Guillermo Iguaran2013-06-211-0/+23
|\
| * #10428: Added tests for config.assets.precompilePaul Nikitochkin2013-06-211-0/+23
* | Change from 'actionpack' to 'actionview' for locales pathŁukasz Strzałkowski2013-06-201-1/+1
|/
* Merge pull request #10902 from wangjohn/removing_application_singleton_callsSantiago Pastorino2013-06-1712-23/+23
|\
| * Calls to the application constant have been refactored to usewangjohn2013-06-1012-23/+23
* | `initialize_on_precompile` is not used anymore.Terence Lee2013-06-131-12/+0
|/
* Testing CheckPending middlewareArun Agrawal2013-06-081-0/+8
* clearing autoloaded constants triggers routes reloading [Fixes #10685]Xavier Noria2013-06-061-1/+34
* Fixing build for not checking migrationArun Agrawal2013-06-051-0/+1
* Removing use of subclassed application constant and instead using thewangjohn2013-06-038-50/+50
* Fixing a failing railtie test by using the ENV variable to specify awangjohn2013-05-311-1/+2
* Adding a test to make sure that using rake routes with the CONTROLLERwangjohn2013-05-291-0/+12
* Merge pull request #10527 from zenspider/squishy_minitest5Aaron Patterson2013-05-163-14/+14
|\
| * Updates to make rails 4 happy with minitest 5:Ryan Davis2013-05-063-14/+14
* | Removed jruby-openssl gem from default template GemfileJoe Kutner2013-05-101-3/+0
* | Fix Typo existant -> existent [ci skip]Prathamesh Sonpatki2013-05-081-2/+2
|/
* Fixes warning 'method redefined' in scaffold generators testsPrathamesh Sonpatki2013-05-051-4/+4
* Fixes Scaffold generator with --assets=falseArun Agrawal2013-05-041-0/+14
* Merge pull request #10436 from NARKOZ/keep-imagesRafael Mendonça França2013-05-041-0/+5
|\
| * generate 'app/assets/images' directory when creating new rails appNihad Abbasov2013-05-041-0/+5
* | Add a test case for comparing Rails versionsSam Ruby2013-05-031-0/+5
* | Fix generating route from engine to other enginePiotr Sarnacki2013-05-031-0/+45
|/
* Remove not used module from initializable testCarlos Antonio da Silva2013-05-011-9/+1
* Removing the app constant and replacing it with Rails.applicationwangjohn2013-04-302-4/+4
* Removing Railtie::Configurable from the base Railtie object and makingwangjohn2013-04-292-14/+2