| Commit message (Expand) | Author | Age | Files | Lines |
* | Prevent `{ internal: true }` from being stored in the router | Jon Moss | 2016-06-07 | 1 | -0/+6 |
* | Merge pull request #25317 from prathamesh-sonpatki/fix-api-controller-tests | Kasper Timm Hansen | 2016-06-07 | 1 | -2/+2 |
|\ |
|
| * | Fix API controller tests by assigning them the encoding type | Prathamesh Sonpatki | 2016-06-07 | 1 | -2/+2 |
* | | Merge pull request #25247 from y-yagi/reference_actual_class | Kasper Timm Hansen | 2016-06-07 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | reference actual class to use middleware | yuuji.yaginuma | 2016-06-02 | 1 | -1/+1 |
* | | Remove FORCE option as it was only needed for tests | Prathamesh Sonpatki | 2016-06-07 | 1 | -1/+3 |
* | | Fix minor regression about old apps not getting per_form_csrf and request_for... | Prathamesh Sonpatki | 2016-06-04 | 1 | -17/+6 |
|/ |
|
* | Collapse all new default initializers into a single file | Prathamesh Sonpatki | 2016-05-31 | 2 | -93/+19 |
* | Move new default initializers into separate directory | Prathamesh Sonpatki | 2016-05-28 | 3 | -20/+20 |
* | Fix more assertion counts. | Kasper Timm Hansen | 2016-05-28 | 1 | -2/+2 |
* | Fix assertion count after 69e1bb52. | Kasper Timm Hansen | 2016-05-28 | 1 | -2/+2 |
* | Remove public/ files for API apps | Prathamesh Sonpatki | 2016-05-28 | 1 | -1/+7 |
* | Added a shared section to config/secrets.yml that will be loaded for all envi... | David Heinemeier Hansson | 2016-05-21 | 1 | -0/+25 |
* | Merge pull request #24918 from prathamesh-sonpatki/cable-assets | Rafael França | 2016-05-21 | 1 | -4/+20 |
|\ |
|
| * | Cable: Generate .js or .coffee files while generating channel as per the java... | Prathamesh Sonpatki | 2016-05-17 | 1 | -4/+20 |
* | | `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 |
* | | Add compatibility for Ruby 2.4 `to_time` changes | Andrew White | 2016-04-23 | 1 | -0/+28 |
* | | 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 |
* | Merge pull request #24551 from bogdanvlviv/notice_for_tasks | Jeremy Daer | 2016-04-17 | 2 | -2/+4 |
|\ |
|
| * | Added notice when a database is successfully created or dropped. | bogdanvlviv | 2016-04-17 | 2 | -2/+4 |
* | | don't remove `cable.js` | yuuji.yaginuma | 2016-04-16 | 1 | -0/+12 |
|/ |
|
* | Generate `cable.js` file if does not exist when generating channel | Prathamesh Sonpatki | 2016-04-12 | 1 | -0/+8 |
* | do not create unnecessary directory | yuuji.yaginuma | 2016-04-10 | 1 | -2/+1 |
* | Merge pull request #24165 from y-yagi/generate_application_job_when_not_exist | Eileen M. Uchitelle | 2016-04-09 | 2 | -0/+20 |
|\ |
|
| * | generate ApplicationJob if it does not already exist | yuuji.yaginuma | 2016-03-25 | 2 | -0/+20 |
* | | Use new hash syntax (#24464) | Jeroen Visser | 2016-04-08 | 1 | -2/+2 |
* | | Fix rails restart issue with Puma | Prathamesh Sonpatki | 2016-03-30 | 3 | -0/+32 |
|/ |
|
* | Merge pull request #24164 from prathamesh-sonpatki/fix-application-mailer | Rafael França | 2016-03-23 | 1 | -0/+13 |
|\ |
|
| * | Correctly generate application_mailer.rb in mountable engines | Prathamesh Sonpatki | 2016-03-12 | 1 | -0/+13 |
* | | Merge pull request #24253 from y-yagi/change_default_value_of_caching | Kasper Timm Hansen | 2016-03-21 | 1 | -1/+2 |
|\ \ |
|
| * | | changed default value of `caching` option to `nil` | yuuji.yaginuma | 2016-03-21 | 1 | -1/+2 |
| |/ |
|
* | | Merge pull request #24243 from dewski/dont-upgrade-file-watcher | Arthur Neves | 2016-03-21 | 1 | -0/+14 |
|\ \ |
|
| * | | Add tests for file_watcher config on update | Arthur Neves | 2016-03-21 | 1 | -0/+14 |
| |/ |
|
* | | Fix generator test to match to use the string | Rafael Mendonça França | 2016-03-21 | 1 | -1/+1 |
* | | 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 |
|/ |
|
* | generate application_mailer.rb if it is missing | Sen-Zhang | 2016-03-11 | 1 | -0/+6 |
* | Merge pull request #23940 from prathamesh-sonpatki/rm-with-dispatchers | Rafael França | 2016-03-09 | 1 | -12/+12 |
|\ |
|
| * | Remove passing `with_dispatchers` to AppGenerator | Prathamesh Sonpatki | 2016-03-09 | 1 | -12/+12 |
* | | AppGenerator: allow both 'rake' and 'rails' | claudiob | 2016-03-09 | 1 | -5/+5 |
* | | Fix the tests after e594000 | Genadi Samokovarov | 2016-03-08 | 1 | -2/+2 |
* | | Drop the explicit version requirements for web-console | Genadi Samokovarov | 2016-03-08 | 1 | -2/+2 |