aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
* docs, clarify the meanaing of return values from validation methods.Yves Senn2015-07-071-2/+3
| | | | | | | | | | [ci skip] Closes #20792. Custom validation methods are implemented in terms of callbacks. The `validate` callback chain can't be halted using return values of individual callbacks.
* Merge pull request #20779 from maurogeorge/secrets-guidesRobin Dupret2015-07-061-0/+23
|\ | | | | Add to Security guides the secrets.yml [ci skip]
| * Add to Security guides the secrets.ymlMauro George2015-07-061-0/+23
| | | | | | | | [ci skip]
* | remove reference to `country_options_for_select` and `country_select` from ↵yuuji.yaginuma2015-07-051-8/+0
|/ | | | | | guide [ci skip] these methods were removed in 2d27b82d4cf446543539ad20afcbad256d8aeff7
* Merge pull request #20764 from maurogeorge/mailer_imageVijay Dev2015-07-041-0/+18
|\ | | | | Create Adding images in Action Mailer Views on guides
| * Create Adding images in Action Mailer Views on guidesMauro George2015-07-031-0/+18
| | | | | | | | [ci skip]
* | changes names in guides to better reflect diversity [ci-skip]Thomas Osborn2015-07-021-2/+2
|/
* Merge pull request #20741 from radar/integration_tool_docRafael Mendonça França2015-06-301-1/+1
|\ | | | | Improve integration_tool documentation
| * integration_tool defaults to :test_unitRyan Bigg2015-06-301-1/+1
| | | | | | | | | | | | | | | | | | | | As per railties/lib/rails/test_unit/railtie.rb, where it sets it explicitly. This can be confirmed by starting a new Rails console session in a new app and running this code: Rails.application.config.app_generators.rails[:integration_tool] I also beefed up the documentation slightly to be more explicit about what this configuration setting does.
* | Merge pull request #20734 from srikanthps/masterRafael Mendonça França2015-06-291-1/+2
|\ \ | | | | | | To fix #20644
| * | To fix #20644Srikanth Shreenivas2015-06-301-1/+2
| | | | | | | | | Added a note on development kit for Windows Users. This is required as Windows users can get frustrated when their first rails project creation would fail as some native gem won't get built.
* | | fix pluralization in doc [ci skip]Jordon Dornbos2015-06-291-1/+1
| | |
* | | Minor addition to getting started guide for foreign_key description of ↵Mehmet Emin İNAÇ2015-06-291-2/+2
| | | | | | | | | | | | references migration [ci skip]
* | | [ci skip] Fix action_controller_overviewyui-knk2015-06-281-1/+1
| | |
* | | updates a migration example in the Getting Started guide [ci skip]Xavier Noria2015-06-281-5/+3
| | | | | | | | | | | | Closes #20705.
* | | Maintaining consistency in wordings [ci skip]Rohan Daxini2015-06-271-1/+1
| | | | | | | | | "reproduce" word is better suited then "replicate" as its also used at other places in this same document having same context. It will then be consistent across document.
* | | Merge pull request #20652 from ankit1910/change_docZachary Scott2015-06-271-2/+12
|\ \ \ | | | | | | | | Change documentation for collection.build and collection.create [ci-skip]
| * | | Change documentation for collection.build and collection.create [ci-skip]ankit19102015-06-211-2/+12
| | | |
* | | | Merge pull request #20018 from sikachu/change-column-default-recorderRafael Mendonça França2015-06-271-6/+8
|\ \ \ \ | | | | | | | | | | Add reversible syntax for change_column_default
| * | | | Update guide for new change_column_default syntaxPrem Sichanugrist2015-06-261-6/+8
| | |/ / | |/| |
* / | | Change routes.rb look in getting started [ci skip]Dmitry Pak2015-06-271-0/+1
|/ / /
* | | 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!