| Commit message (Expand) | Author | Age | Files | Lines |
* | i18n guide: warn about default_url_options caching and locale selectors [ci s... | Xavier Noria | 2015-06-15 | 1 | -4/+6 |
* | document that default_url_options is cached per request [ci skip] | Xavier Noria | 2015-06-15 | 1 | -1/+3 |
* | A pass over the API application guide [ci skip] | Robin Dupret | 2015-06-15 | 1 | -375/+348 |
* | pg guide, explain the state of using UUID primary keys. Closes #20518. | Yves Senn | 2015-06-15 | 1 | -3/+9 |
* | Updated bundler link [ci skip] | 839 | 2015-06-15 | 4 | -4/+4 |
* | Wrong documentation about Rails autoload on active_jobs_basics doc [ci skip] | Mehmet Emin İNAÇ | 2015-06-14 | 1 | -19/+0 |
* | Merge pull request #20511 from ZeroMax-dev/master | Zachary Scott | 2015-06-14 | 1 | -12/+41 |
|\ |
|
| * | Extended 'Active Job Basics' edge guide with more detailed information and an... | Andreas Metzger | 2015-06-14 | 1 | -12/+41 |
* | | Add fixture use case to testing.md. | Staphany Park | 2015-06-13 | 1 | -0/+7 |
* | | fix doc about foreign key name [ci skip] | yuuji.yaginuma | 2015-06-12 | 1 | -1/+2 |
* | | It's rails new my_api --api | Santiago Pastorino | 2015-06-11 | 1 | -1/+1 |
* | | Change guide heading from - to = | Santiago Pastorino | 2015-06-11 | 1 | -1/+1 |
* | | Add API only apps guide | Santiago Pastorino | 2015-06-11 | 1 | -0/+435 |
* | | Revert "Grammar correction" | Matthew Draper | 2015-06-11 | 1 | -1/+1 |
* | | Grammar correction | hemali jain | 2015-06-11 | 1 | -1/+1 |
|/ |
|
* | Remove NOTE related to format.js [ci skip] | Prathamesh Sonpatki | 2015-06-09 | 1 | -4/+0 |
* | Removed AJAX example with poor convention adherence | Daniel Steele | 2015-06-09 | 1 | -24/+0 |
* | update Rails Command Line guide page | Gaurav Sharma | 2015-06-09 | 1 | -2/+2 |
* | Merge pull request #20463 from yui-knk/fix/guide1 | Zachary Scott | 2015-06-08 | 1 | -1/+1 |
|\ |
|
| * | [ci skip] Fix hours to minutes in `select_minute` | yui-knk | 2015-06-07 | 1 | -1/+1 |
* | | Merge pull request #20381 from kuldeepaggarwal/engines-docs | Yves Senn | 2015-06-08 | 1 | -5/+5 |
|\ \ |
|
| * | | [ci skip]fix docs for Engines | Kuldeep Aggarwal | 2015-05-30 | 1 | -5/+5 |
* | | | Fix core_text -> core_ext | Seiei Miyagi | 2015-06-08 | 1 | -1/+1 |
* | | | Merge pull request #20471 from y-yagi/add_instantiation_to_instrumentation_guide | Zachary Scott | 2015-06-07 | 1 | -0/+14 |
|\ \ \ |
|
| * | | | add `instantiation.active_record` hook to instrumentation guide [ci skip] | yuuji.yaginuma | 2015-06-08 | 1 | -0/+14 |
* | | | | Add missing NOTE for Time extensions' location | Pierre | 2015-06-07 | 1 | -0/+2 |
|/ / / |
|
* | / | Tiny documentation edits [ci skip] | Robin Dupret | 2015-06-07 | 2 | -2/+5 |
| |/
|/| |
|
* | | A few documentation tweaks [ci skip] | Robin Dupret | 2015-06-07 | 4 | -6/+14 |
* | | [ci skip] Declare `product` as `_product partial` | yui-knk | 2015-06-07 | 1 | -1/+2 |
* | | Output an error message and raise an error if bundler 1.10.x is not installed... | akihiro17 | 2015-06-06 | 6 | -6/+36 |
* | | Merge pull request #20423 from Erol/remove-assets-version-documentation | Rafael Mendonça França | 2015-06-06 | 1 | -2/+0 |
|\ \ |
|
| * | | Remove reference to assets version option. | Erol Fornoles | 2015-06-03 | 1 | -2/+0 |
* | | | Add the bug report templates to the Travis CI build | Roque Pinel | 2015-06-05 | 4 | -9/+24 |
* | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-06-05 | 2 | -4/+4 |
|\ \ \ |
|
| * | | | [ci skip] Add `.` | yui-knk | 2015-06-01 | 1 | -1/+1 |
| * | | | [ci skip] Upcase `when` | yui-knk | 2015-05-16 | 1 | -1/+1 |
| * | | | [ci skip] Fix to a singular form (person has one contact_detail) | yui-knk | 2015-05-16 | 1 | -2/+2 |
* | | | | Use inline Gemfile dependency when reporting bugs | Roque Pinel | 2015-06-03 | 3 | -33/+18 |
* | | | | Document config.action_mailer.deliver_later_queue_name | Rafael Mendonça França | 2015-06-03 | 1 | -0/+2 |
| |/ /
|/| | |
|
* | | | [ci skip] fix the `collection.clear` guide | Roque Pinel | 2015-06-02 | 1 | -1/+7 |
* | | | Fixed typos in guide | manish-shrivastava | 2015-06-01 | 4 | -4/+6 |
* | | | Merge pull request #20138 from tgxworld/deprecated_assert_template | Rafael Mendonça França | 2015-06-01 | 1 | -58/+12 |
|\ \ \ |
|
| * | | | Remove `assigns` and `assert_template`. | Guo Xiang Tan | 2015-05-30 | 1 | -58/+12 |
| | |/
| |/| |
|
* | | | Merge pull request #20394 from mechanicles/use-sym | Matthew Draper | 2015-06-01 | 1 | -2/+5 |
|\ \ \ |
|
| * | | | [ci skip] Used 'instance_variables' in example for consistency. | Santosh Wadghule | 2015-06-01 | 1 | -2/+5 |
* | | | | Remove description of `dependency_loading` option | Nikolay Kondratyev | 2015-06-01 | 1 | -2/+0 |
|/ / / |
|
* | | | [ci skip] Fix `above` -> `below` | yui-knk | 2015-06-01 | 1 | -1/+1 |
* | | | Fixed typos. [ci skip] | Morgan Owens | 2015-05-31 | 1 | -5/+5 |
* | | | no rails command short-cuts in the getting-started guide. [ci skip] | Yves Senn | 2015-05-31 | 1 | -1/+1 |
|/ / |
|
* | | Updating the guides for Enumerable#pluck | Kevin Deisz | 2015-05-28 | 1 | -0/+10 |