aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* Fixed tests for app_generatorArun Agrawal2013-10-271-2/+13
* Removal of javascript related gems when creating an appRobin Dupret2013-10-271-5/+7
* Make the application name snake cased when it contains spacesRobin Dupret2013-10-221-0/+10
* Added --model-name option scaffold_controller_generator.yalab2013-10-152-0/+28
* Make logging to stdout work again with implicit `development` envMarc Schütz2013-10-132-12/+52
* Expose MiddlewareStack#unshift to environment configuration.Ben Pickles2013-10-091-0/+6
* Merge branch 'fix-ip-spoof-errors' of https://github.com/tamird/rails into ta...Andrew White2013-09-301-0/+10
|\
| * make sure both headers are set before checking for ip spoofingTamir Duberstein2013-06-041-0/+10
* | Only output Server logs in Developmentschneems2013-09-221-0/+10
* | 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