| Commit message (Expand) | Author | Age | Files | Lines |
* | remove unnecessary send | yuuji.yaginuma | 2016-07-10 | 1 | -5/+5 |
* | Merge pull request #25652 from prathamesh-sonpatki/rm-boot-rails | Guillermo Iguaran | 2016-07-08 | 34 | -39/+3 |
|\ |
|
| * | Remove unused boot_rails method and it's usage | Prathamesh Sonpatki | 2016-07-04 | 34 | -39/+3 |
* | | Merge pull request #25730 from prathamesh-sonpatki/rm-cookie-only | Rafael França | 2016-07-07 | 1 | -0/+6 |
|\ \ |
|
| * | | Add a test case for verifying `cookie_only` is set even if user tries to set ... | Prathamesh Sonpatki | 2016-07-07 | 1 | -0/+6 |
* | | | Fix typo in test case | Abhishek Jain | 2016-07-08 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #25704 from fledman/add_respond_to_missing_to_rails_applic... | Rafael França | 2016-07-05 | 1 | -0/+7 |
|\ \ |
|
| * | | implement respond_to_missing? to match method_missing | David Feldman | 2016-07-05 | 1 | -0/+7 |
| |/ |
|
* | | Fix test to try `spec/` directory as opposed to `app/spec` which I had | John Meehan | 2016-07-05 | 1 | -2/+2 |
* | | removed extra blank line | John Meehan | 2016-07-05 | 1 | -1/+0 |
* | | Allow rake notes to work with other directories. | John Meehan | 2016-07-05 | 1 | -0/+13 |
|/ |
|
* | Use sass-rails in our test suite | Rafael Mendonça França | 2016-06-30 | 1 | -1/+1 |
* | Fix rails/info routes for apps with globbing route | Nicholas Firth-McCoy | 2016-06-20 | 1 | -0/+19 |
* | Fix assertion count after 69e1bb52. | Kasper Timm Hansen | 2016-05-28 | 1 | -2/+2 |
* | Added a shared section to config/secrets.yml that will be loaded for all envi... | David Heinemeier Hansson | 2016-05-21 | 1 | -0/+25 |
* | `md5` --> `MD5` | Jon Moss | 2016-05-17 | 1 | -1/+1 |
* | Fix etag expectation to work with the SHA256 | Rafael Mendonça França | 2016-05-06 | 1 | -1/+1 |
* | Fix some typos in comments. | Joe Rafaniello | 2016-05-04 | 1 | -1/+1 |
* | Merge pull request #24696 from y-yagi/remove_unnessary_option_setting | Kasper Timm Hansen | 2016-04-25 | 2 | -0/+19 |
|\ |
|
| * | register rake options to `OptionParser` | yuuji.yaginuma | 2016-04-25 | 1 | -0/+11 |
| * | remove unnessary option setting from test runner | yuuji.yaginuma | 2016-04-25 | 1 | -0/+8 |
* | | Fix broken build, channel files are also included in `bin/rails stats` now | Prathamesh Sonpatki | 2016-04-24 | 1 | -2/+2 |
* | | Fix test name | Vipul A M | 2016-04-23 | 1 | -1/+1 |
|/ |
|
* | - using rails dev:cache instead of rake dev:cache | Mohit Natoo | 2016-04-22 | 1 | -1/+1 |
* | Fixed assertions with regex used in dbs tests | Vipul A M | 2016-04-19 | 1 | -2/+2 |
* | Added notice when a database is successfully created or dropped. | bogdanvlviv | 2016-04-17 | 2 | -2/+4 |
* | do not create unnecessary directory | yuuji.yaginuma | 2016-04-10 | 1 | -2/+1 |
* | Fix rails restart issue with Puma | Prathamesh Sonpatki | 2016-03-30 | 2 | -0/+18 |
* | Keep all session tests in the same file | Rafael Mendonça França | 2016-03-21 | 2 | -46/+28 |
* | Fix request.reset_session for API controllers | Jon Moss | 2016-03-19 | 1 | -0/+46 |
* | Merge pull request #23939 from akshaymohite/fix-configuration-tests-semantics | Sean Griffin | 2016-03-07 | 1 | -2/+2 |
|\ |
|
| * | Fixed couple of semantics in the configuration_test.rb | Akshay | 2016-02-28 | 1 | -2/+2 |
* | | Merge pull request #24085 from vipulnsward/i18n-test-addition | Kasper Timm Hansen | 2016-03-06 | 1 | -1/+7 |
|\ \ |
|
| * | | - Added i18n test to verify assigning hash directly to fallbacks instead of u... | Vipul A M | 2016-03-06 | 1 | -1/+7 |
* | | | Fix indentation [ci skip] | Ryuta Kamizono | 2016-03-05 | 1 | -1/+1 |
* | | | Merge pull request #24053 from mohitnatoo/rails-dev-cache | Kasper Timm Hansen | 2016-03-04 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | - using rails dev:cache instead of rake dev:cache in test case | Mohit Natoo | 2016-03-04 | 1 | -1/+1 |
* | | | | making a test definition more clear. | Mohit Natoo | 2016-03-04 | 1 | -1/+1 |
* | | | | [ci skip] using correcting test case names specifying `rails routes` instead ... | Mohit Natoo | 2016-03-04 | 1 | -6/+6 |
|/ / / |
|
* / / | Add test to make sure the sprockets cache is not shared per environment | Rafael Mendonça França | 2016-03-02 | 1 | -0/+20 |
|/ / |
|
* | | Merge pull request #23935 from y-yagi/convert_cable_coffee_to_javascript | Rafael França | 2016-03-01 | 1 | -1/+1 |
|\ \ |
|
| * | | convert cable.coffee to cable.js | yuuji.yaginuma | 2016-02-28 | 1 | -1/+1 |
| |/ |
|
* | | Publish AS::Executor and AS::Reloader APIs | Matthew Draper | 2016-03-02 | 2 | -28/+9 |
* | | Address ruby warnings | Teo Ljungberg | 2016-02-29 | 1 | -1/+1 |
|/ |
|
* | The tasks in the rails task namespace is deprecated in favor of app namespace. | Ryo Hashimoto | 2016-02-26 | 1 | -2/+2 |
* | Enable Action Cable routes by default | Jon Moss | 2016-02-24 | 1 | -1/+1 |
* | Show permitted flag in the output of AC::Parameters#inspect | Prathamesh Sonpatki | 2016-02-24 | 1 | -1/+1 |
* | Merge pull request #23734 from schneems/schneems/stdout-again | Richard Schneeman | 2016-02-23 | 1 | -0/+11 |
|\ |
|
| * | Alternative to #23638 log to STDOUT via env var | schneems | 2016-02-17 | 1 | -0/+11 |
* | | Merge pull request #23789 from wisetara/wisetara/deprecate-args-ActiveSupport... | Rafael França | 2016-02-23 | 4 | -10/+10 |
|\ \ |
|