aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix typo in AS guide [ci skip]Carlos Antonio da Silva2012-12-011-2/+2
| |
* | copy-edits the docs of 9ee0ffbXavier Noria2012-12-011-7/+5
| |
* | Patched Marshal#load to work with constant autoloading ↵Uriel Katz2012-12-011-0/+21
| | | | | | | | (active_support/dependecies.rb) (issue #8167)
* | Remove references to AR::Observer from docsclaudiob2012-11-301-8/+0
| | | | | | | | | | ActiveRecord::Observer was extracted into a separate gem so it should not be referenced anymore (see https://github.com/rails/rails/commit/ccecab3)
* | Split Validations and Callbacks into separate guides.Steve Klabnik2012-11-294-354/+374
| | | | | | | | | | | | | | | | Two big features that are only barely related in the same guide. Seems bad. I did not check references to these guides yet, so some links may need to be updated.
* | augment the rails4 guide with links to PRsYves Senn2012-11-291-5/+12
| |
* | add list of extracted plugins to rails4 guideYves Senn2012-11-291-0/+14
| |
* | Remove observers and sweepersRafael Mendonça França2012-11-284-169/+3
| | | | | | | | | | | | | | | | They was extracted from a plugin. See https://github.com/rails/rails-observers [Rafael Mendonça França + Steve Klabnik]
* | Revert "Merge pull request #8341 from amatsuda/bundle_source_rubygems"Rafael Mendonça França2012-11-271-1/+1
| | | | | | | | | | | | | | | | | | This reverts commit 33b29e0112db62d3a8c798bb58f51c0a839d9e26, reversing changes made to ac8c729342e6b020a57d0d6887c8a8d5b39f96e0. Reason: https://github.com/rails/rails/pull/4684#commitcomment-920313
* | default source in Gemfiles to :rubygems rather than hardcoding the URLAkira Matsuda2012-11-281-1/+1
|/ | | | | | * I guess this would be the preferrable default for Bundler * current version of Bundler converts :rubygems into 'http://rubygems.org', not https://, and that will help those who are working on a very poor network environment that doesn't allow SSL
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-11-233-4/+4
|\
| * fixed a minor spelling errorLennart Tange2012-11-201-1/+1
| |
| * embed code example using backticks in caching guideSergey Nartimov2012-11-201-2/+2
| |
| * remove previous commitMichel Grootjans2012-11-201-1/+1
| |
| * bug in example '<%= form_for ...' should be '<% form_for ...'Michel Grootjans2012-11-201-1/+1
| |
| * Fix broken link in Active Record Query Interface guideJaime Iniesta2012-11-181-1/+1
| |
* | fix guide with field_with_error proc exampleAditya Sanghi2012-11-201-2/+6
| |
* | Merge pull request #8044 from nateberkopec/block_does_not_set_parts_orderRafael Mendonça França2012-11-191-17/+1
|\ \ | | | | | | Explicit multipart messages respect :parts_order
| * | Explicit multipart messages respect :parts_orderNate Berkopec2012-11-191-17/+1
| |/ | | | | | | | | | | | | | | | | As issue #7978, the order in which ActionMailer sends multipart messages could be unintentionally overwritten if a block is passed to the mail method. This changes the mail method such that :parts_order is always respected, regardless of whether a block is passed to mail.
* / Add UpgradeSignatureToEncryptionCookieStore to upgrading_ruby_on_rails guideSantiago Pastorino2012-11-191-0/+2
|/
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-11-1732-709/+701
|\ | | | | | | | | Conflicts: actionpack/lib/action_dispatch/routing/redirection.rb
| * copy edits and fixes [ci skip]Vijay Dev2012-11-175-8/+8
| |
| * remove kindle link from guides index [ci skip]Vijay Dev2012-11-171-3/+1
| |
| * Revert "Switch to 1.9 hash syntax"Vijay Dev2012-11-171-10/+11
| | | | | | | | | | | | This reverts commit d8596c4b8500a899d686c57fa093c549b0378c7a. Reason: too many mistakes [ci skip]
| * Revert "add AR deep dive video links to guides"Vijay Dev2012-11-171-15/+0
| | | | | | | | This reverts commit 25648ce35b9d8df9fac81c1d53c45aaeef08fde9.
| * Switch to 1.9 hash syntax (guides)Agis Anastasopoulos2012-11-161-4/+4
| |
| * Switch to 1.9 hash syntax (guides)Agis Anastasopoulos2012-11-161-16/+16
| |
| * Update the middleware stack to reflect the current Rails outputAgis Anastasopoulos2012-11-161-2/+2
| | | | | | Specifically, remove `ActionDispatch::Head` in favor of `Rack::Head`.
| * Remove unnecessary whitespaceAgis Anastasopoulos2012-11-161-1/+1
| |
| * Add link to the Application Templates guideAgis Anastasopoulos2012-11-161-1/+1
| |
| * Remove unnecessary whitespaceAgis Anastasopoulos2012-11-161-1/+1
| |
| * Switch to 1.9 hash syntax (guides)Agis Anastasopoulos2012-11-161-8/+8
| |
| * Switch to 1.9 hash syntax (guides)Agis Anastasopoulos2012-11-161-2/+2
| |
| * Switch to 1.9 hash syntaxAgis Anastasopoulos2012-11-161-22/+22
| |
| * Switch to 1.9 hash syntaxAgis Anastasopoulos2012-11-161-81/+78
| |
| * Add a consideration noteAgis Anastasopoulos2012-11-161-0/+1
| | | | | | regarding linking to Kindle
| * Switch to 1.9 hash syntax & remove some parentheses when it reads nicerAgis Anastasopoulos2012-11-161-33/+33
| |
| * Add a consideration note and a WIP noteAgis Anastasopoulos2012-11-161-0/+4
| |
| * Remove the ActiveRecordHelper sectionAgis Anastasopoulos2012-11-161-56/+0
| | | | | | Since ActionView::Helpers::ActiveRecordHelper is removed.
| * Switch to 1.9 hash syntaxAgis Anastasopoulos2012-11-161-30/+30
| | | | | | I've intentionally left out some spots as they're the expected output, and since Hash#inspect yields `=>` I guess it may be confusing for beginners to see one syntax in the guide and a different one in their system.
| * Switch to 1.9 hash syntaxAgis Anastasopoulos2012-11-151-9/+9
| |
| * Switch to 1.9 hash syntaxAgis Anastasopoulos2012-11-151-1/+1
| |
| * Switch to 1.9 hash syntaxAgis Anastasopoulos2012-11-151-1/+1
| |
| * Switch to 1.9 hash syntax and remove unnecessary punct. Agis Anastasopoulos2012-11-151-20/+20
| |
| * Switch to 1.9 hash syntax plus minor fixesAgis Anastasopoulos2012-11-151-93/+93
| |
| * Switch to 1.9 hash syntaxAgis Anastasopoulos2012-11-151-11/+10
| |
| * Properly align some example commentsAgis Anastasopoulos2012-11-151-5/+5
| |
| * Switch to 1.9 hash syntaxAgis Anastasopoulos2012-11-151-3/+3
| |
| * Switch to 1.9 hash syntaxAgis Anastasopoulos2012-11-151-4/+4
| |
| * Fix 'persons' to 'people' and add some whitespaceAgis Anastasopoulos2012-11-151-3/+3
| |