aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | implement respond_to_missing? to match method_missingDavid Feldman2016-07-051-0/+7
* | | Merge pull request #25692 from johnmeehan/allow-registering-directory-for-rak...Rafael França2016-07-051-0/+12
|\ \ \ | |/ / |/| |
| * | 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
| |/
* | Merge pull request #25257 from ta1kt0me/inspect_initializersRichard Schneeman2016-07-051-0/+5
|\ \ | |/ |/|
| * Initializer provides its context class nameta1kt0me2016-06-121-0/+5
* | Merge pull request #25222 from vipulnsward/25219-fix-logsMatthew Draper2016-07-021-8/+16
|\ \
| * | - Added test for verifying that we treat line number indications from irb as ...Vipul A M2016-07-011-8/+16
* | | Do not run `bundle install` when generating a new plugin.Rafael Mendonça França2016-07-013-101/+102
|/ /
* | 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 failing railties testsPrathamesh Sonpatki2016-06-181-2/+2
* | Merge pull request #25390 from gsamokovarov/abstact-unit-presence-requireRafael França2016-06-131-0/+1
|\ \
| * | Require "active_support/core_ext/object/blank" for railties abstract unitGenadi Samokovarov2016-06-131-0/+1
* | | Merge pull request #25319 from morgoth/generate-application-record-firstRafael França2016-06-134-18/+18
|\ \ \ | |/ / |/| |
| * | Generate application_record.rb file before model fileWojciech Wnętrzak2016-06-084-18/+18
* | | Merge pull request #25004 from y-yagi/generate_mailer_layout_files_if_it_does...Eileen M. Uchitelle2016-06-122-0/+23
|\ \ \
| * | | generate mailer layout files if it does not already existyuuji.yaginuma2016-05-152-0/+23
* | | | Prevent `{ internal: true }` from being stored in the routerJon Moss2016-06-071-0/+6
| |/ / |/| |
* | | Merge pull request #25317 from prathamesh-sonpatki/fix-api-controller-testsKasper Timm Hansen2016-06-071-2/+2
|\ \ \
| * | | Fix API controller tests by assigning them the encoding typePrathamesh Sonpatki2016-06-071-2/+2
* | | | Merge pull request #25247 from y-yagi/reference_actual_classKasper Timm Hansen2016-06-071-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | reference actual class to use middlewareyuuji.yaginuma2016-06-021-1/+1
| | |/ | |/|
* | | Remove FORCE option as it was only needed for testsPrathamesh Sonpatki2016-06-071-1/+3
* | | Fix minor regression about old apps not getting per_form_csrf and request_for...Prathamesh Sonpatki2016-06-041-17/+6
|/ /
* | Collapse all new default initializers into a single filePrathamesh Sonpatki2016-05-312-93/+19
* | Move new default initializers into separate directoryPrathamesh Sonpatki2016-05-283-20/+20
* | Fix more assertion counts.Kasper Timm Hansen2016-05-281-2/+2
* | Fix assertion count after 69e1bb52.Kasper Timm Hansen2016-05-281-2/+2
* | Remove public/ files for API appsPrathamesh Sonpatki2016-05-281-1/+7
* | Added a shared section to config/secrets.yml that will be loaded for all envi...David Heinemeier Hansson2016-05-211-0/+25
* | Merge pull request #24918 from prathamesh-sonpatki/cable-assetsRafael França2016-05-211-4/+20
|\ \
| * | Cable: Generate .js or .coffee files while generating channel as per the java...Prathamesh Sonpatki2016-05-171-4/+20
| |/
* / `md5` --> `MD5`Jon Moss2016-05-171-1/+1
|/
* Fix etag expectation to work with the SHA256Rafael Mendonça França2016-05-061-1/+1