Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | 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 | |
|\ \ \ | |/ / |/| | | | | | | | | Conflicts: guides/source/configuring.md | |||||
| * | | Remove broken links | Gaurish Sharma | 2015-06-21 | 1 | -2/+0 | |
| | | | | | | | | | [ci skip] | |||||
| * | | Remove misplaced period on "Configuring" guide. | Hendy Tanata | 2015-06-08 | 1 | -1/+1 | |
| | | | | | | | | | | | | [ci skip] | |||||
| * | | [ci skip] Fix minutes to seconds in `select_second` | yui-knk | 2015-06-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | This is same type commit of https://github.com/rails/rails/pull/20463 | |||||
| * | | [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 [ci skip] | |||||
| * | | | 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 | |
| | | | | | | | | | | | | | | | | this behavior was changed in 99a6f9e60ea55924b44f894a16f8de0162cf2702 | |||||
* | | | | 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] | |||||
| * | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | Rails::Rack::Debugger was removed in 93559da4826546d07014f8cfa399b64b4a143127 | |||||
* | | | | | i18n guide: warn about default_url_options caching and locale selectors [ci ↵ | Xavier Noria | 2015-06-15 | 1 | -4/+6 | |
| | | | | | | | | | | | | | | | | | | | | skip] | |||||
* | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix a few remaining typos * Wrap lines to 80 chars * Fix the conversion from Textile to Markdown * Update the part about `Rack::Cache` which isn't included anymore and speak about Active Support's provided middleware * Remove references to out-of-date methods and middlewares (e.g. respond_with) and update the list of modules and middlewares to match the actual code-base. * Remove the middleware's description and links to the Rack guide | |||||
* | | | | | pg guide, explain the state of using UUID primary keys. Closes #20518. | Yves Senn | 2015-06-15 | 1 | -3/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] The PostgreSQL 9.4 docs suggest to use `pgcrypto`. Howerver `create_table id: :uuid` will still default to `uuid_generate_v4()` | |||||
* | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | By default Rails automaticaly loads all files under the app directory | |||||
* | | | | | Merge pull request #20511 from ZeroMax-dev/master | Zachary Scott | 2015-06-14 | 1 | -12/+41 | |
|\ \ \ \ \ | | | | | | | | | | | | | Extended 'Active Job Basics' guide with more detailed information | |||||
| * | | | | | Extended 'Active Job Basics' edge guide with more detailed information and ↵ | Andreas Metzger | 2015-06-14 | 1 | -12/+41 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an additional step [ci skip] Normalized use of 'queueing'/'queuing' in the document. | |||||
* | | | | | | Add fixture use case to testing.md. | Staphany Park | 2015-06-13 | 1 | -0/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I think people would find it useful to know that you can pass in multiple fixture names to get an array of all the fixtures. I've found this useful in my own app. It looks like there already a test case that supports this feature (https://github.com/rails/rails/blob/master/activerecord/test/cases/fixtures_test.rb#L398), but it's just not documented here. I look forward to your feedback! | |||||
* | | | | | | fix doc about foreign key name [ci skip] | yuuji.yaginuma | 2015-06-12 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | this behavior was changed in b8e1f202676b4788c56241b124c401beff9f4014 | |||||
* | | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 67e467b9a5c113177aff925f07136e9b7f2a1eda. | |||||
* | | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | - The example for which this NOTE was written was removed in https://github.com/rails/rails/pull/20493. | |||||
* | | | | | Removed AJAX example with poor convention adherence | Daniel Steele | 2015-06-09 | 1 | -24/+0 | |
| | | | | | | | | | | | | | | | The removed section promotes putting JS code directly inside the controller, this is not in line with convention. | |||||
* | | | | | 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` | |||||
| * | | | | | [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 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | fix docs for Engines [ci skip] | |||||
| * | | | | | | [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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] | |||||
* | | | | | | | 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] | |||||
| * | | | | | | | add `instantiation.active_record` hook to instrumentation guide [ci skip] | yuuji.yaginuma | 2015-06-08 | 1 | -0/+14 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the hook was added in 2a0d97bc89fc230241453cbbf55621309e1f3ac6 | |||||
* | | | | | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | [Robin Dupret & Shunsuke Aida] | |||||
* | | | | | | [ci skip] Declare `product` as `_product partial` | yui-knk | 2015-06-07 | 1 | -1/+2 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #20423 from Erol/remove-assets-version-documentation | Rafael Mendonça França | 2015-06-06 | 1 | -2/+0 | |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | Remove `config.assets.version` from Configuring Rails Application Guide | |||||
| * | | | | | Remove reference to assets version option. | Erol Fornoles | 2015-06-03 | 1 | -2/+0 | |
| | | | | | | ||||||
* | | | | | | 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 | |
| | | | | | | | ||||||
* | | | | | | | Document config.action_mailer.deliver_later_queue_name | Rafael Mendonça França | 2015-06-03 | 1 | -0/+2 | |
| |/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also add a CHANGELOG entry for #18587 [ci skip] | |||||
* | | | | | | [ci skip] fix the `collection.clear` guide | Roque Pinel | 2015-06-02 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve the guide about `has_many` `collection.clear` to indicate the behavior for each dependent strategy according to `collection.delete_all`. Based on #17179, I changed the `collection.delete` docs to also clarify the default strategy for each `hm` and `hm:t` associations. Fixes #20170. |