aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Tiny edits to the "Caching with Rails" guideRobin Dupret2015-07-281-49/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix a few typos * Remove reference to the old `memcache-client` gem * Remove the "ActiveSupport::Cache::EhCacheStore" part from the guide as the gem doesn't seem to be maintained anymore. * Move the "Custom Cache Stores" part under the "AS::Cache::Store" part as they are pretty related. [ci skip]
* | | | correct example of button_tag [ci skip]yuuji.yaginuma2015-08-021-1/+1
| | | | | | | | | | | | | | | | wrapper div has been removed in cbb917455f306cf5818644b162f22be09f77d4b2
* | | | [ci skip]yui-knk2015-08-011-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add descriptions about `ActiveRecord::Base#to_param` to * `ActionDispatch::Routing::Base#match` * Overriding Named Route Parameters (guide) When passes `:param` to route definision, always `to_param` method of related model is overridden to constructe an URL by passing these model instance to named_helper.
* | | | Merge pull request #21063 from cmisenas/fix-guides-warning-envYves Senn2015-07-311-1/+1
|\ \ \ \ | | | | | | | | | | Fix WARNINGS flag inside guides/Rakefile
| * | | | Fix WARNINGS flag inside guides/RakefileJade Misenas2015-07-291-1/+1
| | |/ / | |/| |
* / | | Remove yepnope mention from form helpers guide because it's deprecated [ci skip]Anton Chuchkalov2015-07-301-3/+2
|/ / /
* / / [ci skip] `field_error_proc` is used in ↵yui-knk2015-07-291-1/+1
|/ / | | | | | | | | | | `ActionView::Helpers::ActiveModelInstanceTag` so replace `Active Record` with `Active Model`
* | Tiny documentation edits [ci skip]Robin Dupret2015-07-281-4/+6
| |
* | [ci skip] Add a link to action_controller_overview.htmlyui-knk2015-07-281-1/+1
| |
* | [ci skip] Now Action View is completely separated from Action Packyui-knk2015-07-281-1/+1
| |
* | Ryan Bigg has changed jobs.Ryan Bigg2015-07-271-1/+1
| |
* | Fix minor typo in testing guideDave Powers2015-07-201-1/+1
| | | | | | [ci skip]
* | Merge pull request #20763 from maurogeorge/default_scope_create-docSean Griffin2015-07-181-0/+12
|\ \ | | | | | | Add a note about default_scope and create records [ci skip]
| * | Add a note about default_scope and create recordsMauro George2015-07-161-0/+12
| | | | | | | | | | | | [ci skip]
* | | Replaced render :text with render :plain in AC gem bug report templatePrathamesh Sonpatki2015-07-181-1/+1
| | | | | | | | | | | | | | | - Followup of https://github.com/rails/rails/pull/20929. [ci skip]
* | | use `plain` option instead of deprecated `text` optionyuuji.yaginuma2015-07-181-1/+1
| | | | | | | | | | | | this will silence deprecation warnings
* | | Merge pull request #20909 from yui-knk/fix/test-commnadClaudio B.2015-07-171-1/+1
|\ \ \ | | | | | | | | [ci skip] Add `bundle exec` to test run command
| * | | [ci skip] Add `bundle exec` to test run commandyui-knk2015-07-171-1/+1
| | | |
* | | | [skip ci] Improve grammar/style in DB pooling guide.Tim Wade2015-07-161-7/+7
|/ / /
* | | [ci skip] add note for individual stub creationAditya Kapoor2015-07-151-0/+16
| | |
* | | Merge pull request #20736 from antoine-lizee/docsRobin Dupret2015-07-132-1/+6
|\ \ \ | | | | | | | | [ci skip] docs: making clear that perform_caching has a limited impact
| * | | [ci skip] doc: making clear that perform_caching has a limited impactantoine.lizee2015-07-132-1/+6
| | | |
* | | | fix typo in caching guide [ci skip]Anton Chuchkalov2015-07-121-1/+1
| | | |
* | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2015-07-111-1/+1
|\ \ \ \
| * | | | [ci skip] Fix hash key to symbolyui-knk2015-06-241-1/+1
| | | | |
* | | | | the key is that the behavior is incorrect [ci skip]Tony Miller2015-07-111-1/+1
| | | | |
* | | | | saying that "behaviour" "behaves" is kind of awkward, how about "works"Tony Miller2015-07-101-1/+1
| | | | |
* | | | | [ci skip] change sentence about reporting bugs in contributing guideTony Miller2015-07-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I think I know what this sentence is trying to say, but the sentence didn't really make sense, bugs don't fix things! How about this take on it? :sweat_smile:
* | | | | Merge pull request #20765 from maurogeorge/activejob-exceptionRobin Dupret2015-07-091-0/+7
|\ \ \ \ \ | | | | | | | | | | | | Add Deserialization section on guides at ActiveJob Exception [ci skip]
| * | | | | Add Deserialization section on guides at ActiveJob ExceptionMauro George2015-07-081-0/+7
| | |_|/ / | |/| | | | | | | | | | | | | [ci skip]
* | | | | [ci skip] Add `bundle exec` to Running a Single Testyui-knk2015-07-081-1/+1
| | | | |
* | | | | 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