Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | [ci skip] Fix action_controller_overview | yui-knk | 2015-06-28 | 1 | -1/+1 | |
* | | | | | | | | updates a migration example in the Getting Started guide [ci skip] | Xavier Noria | 2015-06-28 | 1 | -5/+3 | |
* | | | | | | | | Maintaining consistency in wordings [ci skip] | Rohan Daxini | 2015-06-27 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #20652 from ankit1910/change_doc | Zachary Scott | 2015-06-27 | 1 | -2/+12 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Change documentation for collection.build and collection.create [ci-skip] | ankit1910 | 2015-06-21 | 1 | -2/+12 | |
* | | | | | | | | | Merge pull request #20018 from sikachu/change-column-default-recorder | Rafael Mendonça França | 2015-06-27 | 1 | -6/+8 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Update guide for new change_column_default syntax | Prem Sichanugrist | 2015-06-26 | 1 | -6/+8 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* / | | | | | | | | Change routes.rb look in getting started [ci skip] | Dmitry Pak | 2015-06-27 | 1 | -0/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #20697 from 5t111111/add-block-to-add_source | Guillermo Iguaran | 2015-06-25 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | cherry-pick test and source doc from #20050 | Hirofumi Wakasugi | 2015-06-25 | 1 | -0/+8 | |
* | | | | | | | | | remove nonexistent hook from instrumentation guide [ci skip] | yuuji.yaginuma | 2015-06-25 | 1 | -11/+0 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Update rails_welcome.png | Ivan Tse | 2015-06-24 | 1 | -0/+0 | |
* | | | | | | | | Merge pull request #20674 from yui-knk/fix/guide2 | Rafael Mendonça França | 2015-06-23 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | [ci skip] Make clear what `this method` is | yui-knk | 2015-06-24 | 1 | -1/+1 | |
* | | | | | | | | | Remove the paragraph about Rails::Server#middleware | Robin Dupret | 2015-06-23 | 1 | -18/+0 | |
|/ / / / / / / / | ||||||
* | | / / / / / | Minor fixes [ci skip] | Andrey Nering | 2015-06-22 | 1 | -2/+2 | |
| |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | Merge branch 'master' of github.com:rails/docrails | Vijay Dev | 2015-06-21 | 2 | -4/+2 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Remove broken links | Gaurish Sharma | 2015-06-21 | 1 | -2/+0 | |
| * | | | | | | Remove misplaced period on "Configuring" guide. | Hendy Tanata | 2015-06-08 | 1 | -1/+1 | |
| * | | | | | | [ci skip] Fix minutes to seconds in `select_second` | yui-knk | 2015-06-09 | 1 | -1/+1 | |
| * | | | | | | [ci skip] Fix order to match options order | yui-knk | 2015-06-07 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #20117 from jfine/action-mailer-smtp-settings-update | Yves Senn | 2015-06-19 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add openssl_verify_mode and sync other smtp_settings with API docs | Jared Fine | 2015-05-11 | 1 | -1/+1 | |
* | | | | | | | | correct example output of references migration [ci skip] | yuuji.yaginuma | 2015-06-19 | 1 | -4/+1 | |
* | | | | | | | | Tiny documentation fixes [ci skip] | Robin Dupret | 2015-06-18 | 2 | -10/+12 | |
* | | | | | | | | Merge pull request #20054 from trosborn/master | Robin Dupret | 2015-06-18 | 1 | -77/+107 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | updates caching guide to reflect current Rails capabilities [ci skip] | Thomas Osborn | 2015-06-17 | 1 | -77/+107 | |
* | | | | | | | | | remove `Rails::Rack::Debugger` from guides [ci skip] | yuuji.yaginuma | 2015-06-18 | 1 | -3/+1 | |
* | | | | | | | | | 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 |