Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | Added numeric helper into migrations. | Mehmet Emin İNAÇ | 2016-02-07 | 2 | -0/+12 | |
* | | | | | | | | | | | Merge pull request #23531 from coldnebo/docfix | Jon Moss | 2016-02-07 | 2 | -3/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | doc changes | Larry Kyrala | 2016-02-07 | 2 | -3/+6 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #23532 from matthewd/live-interlock | Matthew Draper | 2016-02-08 | 4 | -48/+252 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Manual yield doesn't block new shares | Matthew Draper | 2016-02-08 | 1 | -5/+6 | |
| * | | | | | | | | | | | Test the happy path for recursive yields too | Matthew Draper | 2016-02-08 | 1 | -0/+35 | |
| * | | | | | | | | | | | Fix a nonsensical ShareLock test. | thedarkone | 2016-02-07 | 1 | -22/+21 | |
| * | | | | | | | | | | | Eagerly reacquire when start_sharing is nested inside yield_shares | Matthew Draper | 2016-02-08 | 1 | -11/+18 | |
| * | | | | | | | | | | | AS::Conc::ShareLock#yield_shares tests. | thedarkone | 2016-02-07 | 1 | -0/+107 | |
| * | | | | | | | | | | | Hand off the interlock to the new thread in AC::Live | Matthew Draper | 2016-02-07 | 4 | -38/+93 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Add SVG as a default mime type | David Heinemeier Hansson | 2016-02-07 | 2 | -0/+5 | |
* | | | | | | | | | | | Merge pull request #23540 from vipulnsward/publish-api-apps-doc | Vijay Dev | 2016-02-07 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Publish guide on "Using Rails for API-only Applications" | Vipul A M | 2016-02-07 | 1 | -1/+0 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Separate for new and existing applications clearly | Vijay Dev | 2016-02-07 | 1 | -0/+4 | |
* | | | | | | | | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2016-02-07 | 4 | -15/+16 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | fix indentation | Vijay Dev | 2016-02-07 | 1 | -1/+1 | |
| * | | | | | | | | | | | [ci skip] Good bye SQLite2 | yui-knk | 2016-02-06 | 1 | -2/+0 | |
| * | | | | | | | | | | | [ci skip] fix typo | Mikhail Dieterle | 2016-01-30 | 1 | -1/+1 | |
| * | | | | | | | | | | | [ci skip] Fix one more typo | Prathamesh Sonpatki | 2016-01-30 | 1 | -1/+1 | |
| * | | | | | | | | | | | [ci skip] Update internal documents about ActiveRecord's Reflection | yui-knk | 2016-01-30 | 1 | -11/+14 | |
| * | | | | | | | | | | | [ci skip] Fix typo | yui-knk | 2016-01-27 | 1 | -1/+1 | |
* | | | | | | | | | | | | Merge pull request #23533 from y-yagi/fix_typo_in_assert_enqueued_jobs_example | Jon Moss | 2016-02-06 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | fix typo in `assert_enqueued_jobs` example [ci skip] | yuuji.yaginuma | 2016-02-07 | 1 | -1/+1 | |
| | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #23519 from kamipo/mariadb_does_not_support_json_type | Sean Griffin | 2016-02-06 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | MariaDB does not support JSON type | Ryuta Kamizono | 2016-02-06 | 1 | -1/+1 | |
* | | | | | | | | | | | | Avoid coupling Action Pack to Railties. | Kasper Timm Hansen | 2016-02-06 | 1 | -1/+1 | |
* | | | | | | | | | | | | Merge pull request #23529 from syamilmj/remove_unused_method | Rafael França | 2016-02-06 | 1 | -4/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | Remove unused private method | Syamil MJ | 2016-02-07 | 1 | -4/+0 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #23520 from kamipo/remove_duplicated_require_arel | Sean Griffin | 2016-02-06 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Remove duplicated `require 'arel'` | Ryuta Kamizono | 2016-02-06 | 1 | -1/+0 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #23517 from gsamokovarov/yay-youre-on-rails | Eileen M. Uchitelle | 2016-02-06 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Replace old Rails greeting references | Genadi Samokovarov | 2016-02-06 | 2 | -2/+2 | |
* | | | | | | | | | | Merge pull request #23513 from kamipo/revert-23502-update-travis-master | Kasper Timm Hansen | 2016-02-06 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Revert "No need to specify Ruby patch version on Travis CI" | Ryuta Kamizono | 2016-02-06 | 1 | -2/+2 | |
* | | | | | | | | | | | Merge pull request #23514 from y-yagi/revert_mailer_doc_fix | Kasper Timm Hansen | 2016-02-06 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Revert "When generating a mailer, you must specify Mailer in the class name in" | yuuji.yaginuma | 2016-02-06 | 2 | -2/+2 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | add missing require | Aaron Patterson | 2016-02-05 | 1 | -0/+1 | |
* | | | | | | | | | | Fix mixing line filters with Minitest's -n filter. | Kasper Timm Hansen | 2016-02-05 | 2 | -4/+36 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Revert "Dump indexes in `create_table` instead of `add_index`" | Sean Griffin | 2016-02-05 | 3 | -21/+16 | |
* | | | | | | | | | Merge pull request #23502 from sikachu/update-travis-master | Rafael França | 2016-02-05 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | No need to specify Ruby patch version on Travis CI | Prem Sichanugrist | 2016-02-05 | 1 | -2/+2 | |
|/ / / / / / / / / | ||||||
* | / / / / / / / | disable controller / view thread spawning in tests | Aaron Patterson | 2016-02-05 | 3 | -3/+31 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #23500 from akaspick/mailer_doc_fix | Rafael França | 2016-02-05 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | When generating a mailer, you must specify Mailer in the class name in | Andrew Kaspick | 2016-02-05 | 2 | -2/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Missed a few spots in inline -> async switch | David Heinemeier Hansson | 2016-02-05 | 3 | -8/+3 | |
* | | | | | | | | Change the default adapter from inline to async | David Heinemeier Hansson | 2016-02-05 | 3 | -7/+16 | |
* | | | | | | | | Cant run on an out-of-the-box OSX installation without running out of TOO MAN... | David Heinemeier Hansson | 2016-02-05 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #23494 from prathamesh-sonpatki/update-turbolinks | Rafael França | 2016-02-05 | 2 | -4/+9 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Update turbolinks-rails for passing railties test | Prathamesh Sonpatki | 2016-02-05 | 2 | -4/+9 | |
* | | | | | | | | | Merge pull request #23496 from y-yagi/donot_explicitly_mention_eventmachine_i... | प्रथमेश Sonpatki | 2016-02-05 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | |