aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
...
* | | Passing args for gemfile entryArun Agrawal2013-11-011-1/+1
|/ /
* | gemfile entries can be added to the app builderAaron Patterson2013-10-311-0/+35
* | forgot to add the test. orz :cry:Aaron Patterson2013-10-311-0/+50
* | add a test for whitespace separated args in the rc fileAaron Patterson2013-10-301-0/+16
* | there is no reason for ARGV[0] to be nilAaron Patterson2013-10-301-2/+2
* | add a comment to people of the futureAaron Patterson2013-10-301-1/+5
* | adding a test for --help defaultsAaron Patterson2013-10-301-0/+7
* | change the test to make argv a little more realisticAaron Patterson2013-10-301-7/+6
* | adding a test for the current behaviorAaron Patterson2013-10-301-0/+18
* | add a test for the rc commandline optionAaron Patterson2013-10-301-0/+18
* | remove useless assertionsAaron Patterson2013-10-301-2/+0
* | test some of the rc specificationAaron Patterson2013-10-301-3/+43
* | forgot the test, oops!Aaron Patterson2013-10-301-0/+36
* | 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
|/ /