aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application
Commit message (Expand)AuthorAgeFilesLines
* applies new string literal convention in railties/testXavier Noria2016-08-0639-858/+858
* There are some cases where @@app is not definedSantiago Pastorino2016-07-261-0/+28
* Merge pull request #25438 from prathamesh-sonpatki/rm-session-store-initializerRafael Mendonça França2016-07-201-0/+16
|\
| * Setup default session store internally, no longer through an application init...Prathamesh Sonpatki2016-07-171-0/+16
* | Fix typo in mailer previews test description [ci skip]Gale Shafer2016-07-141-1/+1
* | rails -> Rails [ci skip]Santosh Wadghule2016-07-121-1/+1
* | remove unnecessary sendyuuji.yaginuma2016-07-101-5/+5
|/
* Merge pull request #25652 from prathamesh-sonpatki/rm-boot-railsGuillermo Iguaran2016-07-0834-39/+3
|\
| * Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-0434-39/+3
* | 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
|\ \
| * | implement respond_to_missing? to match method_missingDavid Feldman2016-07-051-0/+7
| |/
* | Fix test to try `spec/` directory as opposed to `app/spec` which I hadJohn Meehan2016-07-051-2/+2
* | removed extra blank lineJohn Meehan2016-07-051-1/+0
* | Allow rake notes to work with other directories.John Meehan2016-07-051-0/+13
|/
* Use sass-rails in our test suiteRafael Mendonça França2016-06-301-1/+1
* Fix rails/info routes for apps with globbing routeNicholas Firth-McCoy2016-06-201-0/+19
* Fix assertion count after 69e1bb52.Kasper Timm Hansen2016-05-281-2/+2
* Added a shared section to config/secrets.yml that will be loaded for all envi...David Heinemeier Hansson2016-05-211-0/+25
* `md5` --> `MD5`Jon Moss2016-05-171-1/+1
* Fix etag expectation to work with the SHA256Rafael Mendonça França2016-05-061-1/+1
* Fix some typos in comments.Joe Rafaniello2016-05-041-1/+1
* Merge pull request #24696 from y-yagi/remove_unnessary_option_settingKasper Timm Hansen2016-04-252-0/+19
|\
| * register rake options to `OptionParser`yuuji.yaginuma2016-04-251-0/+11
| * remove unnessary option setting from test runneryuuji.yaginuma2016-04-251-0/+8
* | Fix broken build, channel files are also included in `bin/rails stats` nowPrathamesh Sonpatki2016-04-241-2/+2
* | Fix test nameVipul A M2016-04-231-1/+1
|/
* - using rails dev:cache instead of rake dev:cacheMohit Natoo2016-04-221-1/+1
* Fixed assertions with regex used in dbs testsVipul A M2016-04-191-2/+2
* Added notice when a database is successfully created or dropped.bogdanvlviv2016-04-172-2/+4
* do not create unnecessary directoryyuuji.yaginuma2016-04-101-2/+1
* Fix rails restart issue with PumaPrathamesh Sonpatki2016-03-302-0/+18
* Keep all session tests in the same fileRafael Mendonça França2016-03-212-46/+28
* Fix request.reset_session for API controllersJon Moss2016-03-191-0/+46
* Merge pull request #23939 from akshaymohite/fix-configuration-tests-semanticsSean Griffin2016-03-071-2/+2
|\
| * Fixed couple of semantics in the configuration_test.rbAkshay2016-02-281-2/+2
* | Merge pull request #24085 from vipulnsward/i18n-test-additionKasper Timm Hansen2016-03-061-1/+7
|\ \
| * | - Added i18n test to verify assigning hash directly to fallbacks instead of u...Vipul A M2016-03-061-1/+7
* | | Fix indentation [ci skip]Ryuta Kamizono2016-03-051-1/+1
* | | Merge pull request #24053 from mohitnatoo/rails-dev-cacheKasper Timm Hansen2016-03-041-1/+1
|\ \ \
| * | | - using rails dev:cache instead of rake dev:cache in test caseMohit Natoo2016-03-041-1/+1
* | | | making a test definition more clear.Mohit Natoo2016-03-041-1/+1
* | | | [ci skip] using correcting test case names specifying `rails routes` instead ...Mohit Natoo2016-03-041-6/+6
|/ / /
* / / Add test to make sure the sprockets cache is not shared per environmentRafael Mendonça França2016-03-021-0/+20
|/ /
* | Merge pull request #23935 from y-yagi/convert_cable_coffee_to_javascriptRafael França2016-03-011-1/+1
|\ \
| * | convert cable.coffee to cable.jsyuuji.yaginuma2016-02-281-1/+1
| |/
* | Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-022-28/+9
* | Address ruby warningsTeo Ljungberg2016-02-291-1/+1
|/