aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
...
* | use rails command in restart task testyuuji.yaginuma2016-09-191-7/+7
* | improve error message when include assertions failMichael Grosser2016-09-1613-50/+50
|/
* Merge pull request #26469 from y-yagi/remove_useless_optionRafael França2016-09-141-5/+0
|\
| * remove useless `gemfile` optionyuuji.yaginuma2016-09-121-5/+0
* | fix broken generators testyuuji.yaginuma2016-09-142-2/+2
|/
* use correct Gemfile in `bin/setup` testyuuji.yaginuma2016-09-111-0/+18
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-8/+8
* Fix styleschneems2016-08-301-26/+26
* Address comment via @dhh, better option namingschneems2016-08-301-4/+4
* Thanks rubocopschneems2016-08-291-1/+1
* Favor `public_folder: true` over `public_*`schneems2016-08-291-25/+44
* Fix formattingschneems2016-08-291-3/+3
* Add `public_*` helpers to all the `_tag` methods.schneems2016-08-291-9/+15
* Test `public_` methods.schneems2016-08-291-0/+72
* run `before_configuration` callbacks as soon as application constant inherits...yuuji.yaginuma2016-08-191-0/+7
* Merge pull request #26157 from y-yagi/remove_test_mailers_when_skipping_actio...Rafael França2016-08-161-0/+1
|\
| * remove "test/mailers" directory when skipping action-maileryuuji.yaginuma2016-08-141-0/+1
* | Merge pull request #26130 from yui-knk/drop_tableRafael França2016-08-161-1/+3
|\ \
| * | Drop a temporary table before end of a test caseyui-knk2016-08-141-1/+3
* | | Add three new rubocop rulesRafael Mendonça França2016-08-1626-86/+86
| |/ |/|
* | Ensure app/mailers is removed when skipping action-mailerBrian Cardarella2016-08-121-0/+1
|/
* Integration test to prevent regression for the 5th timeAaron Patterson2016-08-111-0/+47
* add missing require rakeyuuji.yaginuma2016-08-111-0/+24
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* applies project convention for string literalsXavier Noria2016-08-071-1/+1
* Merge pull request #24260 from y-yagi/show_error_message_when_error_raised_in...Kasper Timm Hansen2016-08-071-4/+6
|\
| * show error message when error raised in rails runneryuuji.yaginuma2016-08-031-4/+6
* | Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-075-7/+0
* | applies remaining conventions across the projectXavier Noria2016-08-067-9/+1
* | normalizes indentation and whitespace across the projectXavier Noria2016-08-0617-231/+231
* | remove redundant curlies from hash argumentsXavier Noria2016-08-066-20/+20
* | modernizes hash syntax in railtiesXavier Noria2016-08-064-9/+9
* | applies new string literal convention in railties/testXavier Noria2016-08-0695-1595/+1595
|/
* remove unnecessary require and extendyuuji.yaginuma2016-07-311-8/+0
* There are some cases where @@app is not definedSantiago Pastorino2016-07-261-0/+28
* A generated app should not include Uglifier with `--skip-javascript` option.Ben Pickles2016-07-261-0/+5
* Enforce minimal web-console version for Rails 5Genadi Samokovarov2016-07-211-2/+2
* Merge pull request #25438 from prathamesh-sonpatki/rm-session-store-initializerRafael Mendonça França2016-07-203-11/+16
|\
| * Setup default session store internally, no longer through an application init...Prathamesh Sonpatki2016-07-173-11/+16
* | Fix typo in mailer previews test description [ci skip]Gale Shafer2016-07-141-1/+1
* | rails -> Rails [ci skip]Santosh Wadghule2016-07-122-2/+2
* | remove unnecessary sendyuuji.yaginuma2016-07-101-5/+5
|/
* Merge pull request #25652 from prathamesh-sonpatki/rm-boot-railsGuillermo Iguaran2016-07-0838-46/+3
|\
| * Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-0438-46/+3
* | Merge pull request #25688 from mahnunchik/host-env-varGuillermo Iguaran2016-07-081-0/+7
|\ \
| * | Use the HOST environment variable for rails server #25677Evgeny Vlasenko2016-07-051-0/+7
| |/
* | Merge pull request #25730 from prathamesh-sonpatki/rm-cookie-onlyRafael França2016-07-071-0/+6
|\ \
| * | Add a test case for verifying `cookie_only` is set even if user tries to set ...Prathamesh Sonpatki2016-07-071-0/+6
* | | Fix typo in test caseAbhishek Jain2016-07-081-1/+1
|/ /
* | Merge pull request #25704 from fledman/add_respond_to_missing_to_rails_applic...Rafael França2016-07-051-0/+7
|\ \