aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | Merge pull request #20697 from 5t111111/add-block-to-add_sourceGuillermo Iguaran2015-06-251-0/+8
|\ \ \ \ | | | | | | | | | | add_source in Application Template should take a block for gem entries
| * | | | cherry-pick test and source doc from #20050Hirofumi Wakasugi2015-06-251-0/+8
| | | | |
* | | | | remove nonexistent hook from instrumentation guide [ci skip]yuuji.yaginuma2015-06-251-11/+0
|/ / / /
* | | | Update rails_welcome.pngIvan Tse2015-06-241-0/+0
| | | | | | | | | | | | | | | | [ci skip]
* | | | Merge pull request #20674 from yui-knk/fix/guide2Rafael Mendonça França2015-06-231-1/+1
|\ \ \ \ | | | | | | | | | | [ci skip] Make clear what `this method` is
| * | | | [ci skip] Make clear what `this method` isyui-knk2015-06-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In this sentence, there are three candidates of `this method` * default_url_options * url_for * helper method(s) so make it clear.
* | | | | Remove the paragraph about Rails::Server#middlewareRobin Dupret2015-06-231-18/+0
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As of 56903585, the Rack::ContentLength middleware isn't included by default anymore. The only remaining middleware is Rack::Lock ; since it's only included when using WEBrick, it's certainly not worth documenting it in the guides. [ci skip]
* | | / Minor fixes [ci skip]Andrey Nering2015-06-221-2/+2
| |_|/ |/| |
* | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-06-212-4/+2
|\ \ \ | |/ / |/| | | | | | | | Conflicts: guides/source/configuring.md
| * | Remove broken linksGaurish Sharma2015-06-211-2/+0
| | | | | | | | | [ci skip]
| * | Remove misplaced period on "Configuring" guide.Hendy Tanata2015-06-081-1/+1
| | | | | | | | | | | | [ci skip]
| * | [ci skip] Fix minutes to seconds in `select_second`yui-knk2015-06-091-1/+1
| | | | | | | | | | | | This is same type commit of https://github.com/rails/rails/pull/20463
| * | [ci skip] Fix order to match options orderyui-knk2015-06-071-1/+1
| | |
* | | Merge pull request #20117 from jfine/action-mailer-smtp-settings-updateYves Senn2015-06-191-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 docsJared Fine2015-05-111-1/+1
| | | |
* | | | correct example output of references migration [ci skip]yuuji.yaginuma2015-06-191-4/+1
| | | | | | | | | | | | | | | | this behavior was changed in 99a6f9e60ea55924b44f894a16f8de0162cf2702
* | | | Tiny documentation fixes [ci skip]Robin Dupret2015-06-182-10/+12
| | | |
* | | | Merge pull request #20054 from trosborn/masterRobin Dupret2015-06-181-77/+107
|\ \ \ \ | | | | | | | | | | updates caching guide to reflect current Rails capabilities [ci skip]
| * | | | updates caching guide to reflect current Rails capabilities [ci skip]Thomas Osborn2015-06-171-77/+107
| | | | |
* | | | | remove `Rails::Rack::Debugger` from guides [ci skip]yuuji.yaginuma2015-06-181-3/+1
| | | | | | | | | | | | | | | | | | | | Rails::Rack::Debugger was removed in 93559da4826546d07014f8cfa399b64b4a143127
* | | | | i18n guide: warn about default_url_options caching and locale selectors [ci ↵Xavier Noria2015-06-151-4/+6
| | | | | | | | | | | | | | | | | | | | skip]
* | | | | document that default_url_options is cached per request [ci skip]Xavier Noria2015-06-151-1/+3
| | | | |
* | | | | A pass over the API application guide [ci skip]Robin Dupret2015-06-151-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 Senn2015-06-151-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]8392015-06-154-4/+4
| | | | |
* | | | | Wrong documentation about Rails autoload on active_jobs_basics doc [ci skip]Mehmet Emin İNAÇ2015-06-141-19/+0
| | | | | | | | | | | | | | | | | | | | By default Rails automaticaly loads all files under the app directory
* | | | | Merge pull request #20511 from ZeroMax-dev/masterZachary Scott2015-06-141-12/+41
|\ \ \ \ \ | | | | | | | | | | | | Extended 'Active Job Basics' guide with more detailed information
| * | | | | Extended 'Active Job Basics' edge guide with more detailed information and ↵Andreas Metzger2015-06-141-12/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an additional step [ci skip] Normalized use of 'queueing'/'queuing' in the document.
* | | | | | Add fixture use case to testing.md.Staphany Park2015-06-131-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.yaginuma2015-06-121-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | this behavior was changed in b8e1f202676b4788c56241b124c401beff9f4014
* | | | | | It's rails new my_api --apiSantiago Pastorino2015-06-111-1/+1
| | | | | |
* | | | | | Change guide heading from - to =Santiago Pastorino2015-06-111-1/+1
| | | | | |
* | | | | | Add API only apps guideSantiago Pastorino2015-06-111-0/+435
| | | | | |
* | | | | | Revert "Grammar correction"Matthew Draper2015-06-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 67e467b9a5c113177aff925f07136e9b7f2a1eda.
* | | | | | Grammar correctionhemali jain2015-06-111-1/+1
|/ / / / /
* | | | | Remove NOTE related to format.js [ci skip]Prathamesh Sonpatki2015-06-091-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 adherenceDaniel Steele2015-06-091-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 pageGaurav Sharma2015-06-091-2/+2
| | | | |
* | | | | Merge pull request #20463 from yui-knk/fix/guide1Zachary Scott2015-06-081-1/+1
|\ \ \ \ \ | | | | | | | | | | | | [ci skip] Fix hours to minutes in `select_minute`
| * | | | | [ci skip] Fix hours to minutes in `select_minute`yui-knk2015-06-071-1/+1
| | | | | |
* | | | | | Merge pull request #20381 from kuldeepaggarwal/engines-docsYves Senn2015-06-081-5/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | fix docs for Engines [ci skip]
| * | | | | | [ci skip]fix docs for EnginesKuldeep Aggarwal2015-05-301-5/+5
| | | | | | |
* | | | | | | Fix core_text -> core_extSeiei Miyagi2015-06-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
* | | | | | | Merge pull request #20471 from y-yagi/add_instantiation_to_instrumentation_guideZachary Scott2015-06-071-0/+14
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | add `instantiation.active_record` hook to instrumentation guide [ci skip]
| * | | | | | | add `instantiation.active_record` hook to instrumentation guide [ci skip]yuuji.yaginuma2015-06-081-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the hook was added in 2a0d97bc89fc230241453cbbf55621309e1f3ac6
* | | | | | | | Add missing NOTE for Time extensions' locationPierre2015-06-071-0/+2
|/ / / / / / /
* | / / / / / Tiny documentation edits [ci skip]Robin Dupret2015-06-072-2/+5
| |/ / / / / |/| | | | |
* | | | | | A few documentation tweaks [ci skip]Robin Dupret2015-06-074-6/+14
| | | | | | | | | | | | | | | | | | | | | | | | [Robin Dupret & Shunsuke Aida]
* | | | | | [ci skip] Declare `product` as `_product partial`yui-knk2015-06-071-1/+2
| | | | | |
* | | | | | Output an error message and raise an error if bundler 1.10.x is not ↵akihiro172015-06-066-6/+36
| | | | | | | | | | | | | | | | | | | | | | | | installed when reporting bugs