aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* Don't require using application_name before optionsPiotr Sarnacki2013-09-131-5/+0
* Merge pull request #12216 from suginoy/a-anRafael Mendonça França2013-09-133-4/+4
|\
| * Fix typos: the indefinite articles(a -> an)SUGINO Yasuhiro2013-09-133-4/+4
* | Remove BasicRendering testsJosé Valim2013-09-091-62/+0
|/
* Merge pull request #11912 from jonkessler/respond-to-signature-fixesRafael Mendonça França2013-08-311-0/+7
|\
| * update Rails::Railtie::Configuration and ActionDispatch::Response#respond_to?...Jon Kessler2013-08-161-0/+7
* | Fix typo in generators test helpr -> helper [ci skip]Prathamesh Sonpatki2013-08-301-1/+1
* | Extend basic rendering, test it in railtiesŁukasz Strzałkowski2013-08-252-0/+68
* | Add --skip-action-view to app generatorŁukasz Strzałkowski2013-08-251-0/+5
* | Missing AV requires in railties testsŁukasz Strzałkowski2013-08-252-0/+2
* | Include AV railtie in railties isolation testsŁukasz Strzałkowski2013-08-251-0/+1
* | Add AV as development dependency for railtiesŁukasz Strzałkowski2013-08-251-0/+1
* | Fix railtie testsŁukasz Strzałkowski2013-08-251-0/+2
* | Fix the indentation on the from template of the scaffold generatorRafael Mendonça França2013-08-191-2/+2
|/
* fix build error caused by #11900.Yves Senn2013-08-151-1/+1
* Adding LESS to rake notesJosh Crowder2013-08-151-0/+2
* Generate namespaced routes correctly for generators. Fix for #11532Prathamesh Sonpatki2013-08-141-0/+5
* "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