aboutsummaryrefslogtreecommitdiffstats
path: root/guides
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #11737 from tkhr/fix-document-about-on-validation-helpersRafael Mendonça França2013-08-041-3/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix active_record_validations.md document, `:save` for `on:` validation helpe...Takehiro Adachi2013-08-041-3/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Remove "Using Action View outside of Rails" section from AV overview guideGuillermo Iguaran2013-08-041-69/+0
* | | | | | :scissors:Rafael Mendonça França2013-08-031-3/+3
* | | | | | No need to abbreviate applicationRafael Mendonça França2013-08-031-1/+1
* | | | | | Merge pull request #11747 from bradly/guides_getting_started_fixRafael Mendonça França2013-08-031-1/+1
|\ \ \ \ \ \
| * | | | | | Add note that you must be in the rails app directory when starting up the ser...Bradly Feeley2013-08-031-1/+1
* | | | | | | Merge pull request #11733 from iainbeeston/masterRafael Mendonça França2013-08-031-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Updated the guide to say that the localisation file for validation messages i...Iain Beeston2013-08-031-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #11738 from gaurish/guides-association-basics-fixRafael Mendonça França2013-08-031-2/+3
|\ \ \ \ \ \ \
| * | | | | | | [Fixes #11734]Correct Association Basics Guide on has_and_belongs_to_many[ci ...Gaurish Sharma2013-08-031-2/+3
| |/ / / / / /
* / / / / / / used flat_map instead of map.flatten in /guides/rails_guides/helpers.rbKarunakar (Ruby)2013-08-041-1/+1
|/ / / / / /
* | | | | | Replaced quotation marks for term by apostrophePaul Nikitochkin2013-08-021-2/+2
* | | | | | Merge pull request #11699 from satococoa/fix-render-status-symbols-documentCarlos Antonio da Silva2013-08-011-3/+3
|\ \ \ \ \ \
| * | | | | | Fix status code in documents [ci skip]Satoshi Ebisawa2013-08-011-3/+3
| | |/ / / / | |/| | | |
* / | | | | Added missing closing bracket for markdown url in guides [ci skip]Wojciech Wnętrzak2013-08-011-1/+1
|/ / / / /
* | | | | Revert change on ActiveRecord::Relation#order method that prepends newRafael Mendonça França2013-07-292-4/+2
* | | | | Merge pull request #11358 from Alamoz/asset_pipelineXavier Noria2013-07-291-229/+537
|\ \ \ \ \
| * | | | | Update of 'The Asset Pipeline' guide for Rails 4. [ci skip]Adrien Lamothe2013-07-261-229/+537
| | |_|/ / | |/| | |
* | | | | Merge pull request #11654 from robin850/freebsdXavier Noria2013-07-291-0/+28
|\ \ \ \ \
| * | | | | Add installation instructions for FreeBSD [ci skip]Robin Dupret2013-07-291-0/+28
* | | | | | Fixing the broken URL [skip ci]Ankit Gupta2013-07-291-1/+1
|/ / / / /
* | / / / Improved the doc about showing posts in getting started guide [ci skip]Prathamesh Sonpatki2013-07-291-0/+2
| |/ / / |/| | |
* | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-07-284-54/+43
|\ \ \ \
| * | | | Typo fixMikhail Dieterle2013-07-281-1/+1
| * | | | Using markdown-style code quotesMikhail Dieterle2013-07-281-2/+2
| * | | | Fix lixml2 to libxml2 [ci skip]Robin Dupret2013-07-281-1/+1
| * | | | Use hyphenated version of assert_url [ci skip]Robin Dupret2013-07-261-1/+1
| * | | | Add a SQL example for `not` [ci skip]Robin Dupret2013-07-261-1/+7
| * | | | Refix my misreading of the diffDamien Mathieu2013-07-261-1/+1
| * | | | Revert "Fix the SQLite gem name"Damien Mathieu2013-07-261-1/+1
| * | | | Add packages list for ArchLinux [ci skip]Robin Dupret2013-07-241-0/+20
| * | | | Fix the SQLite gem nameRobin Dupret2013-07-241-1/+1
| * | | | Removed doc of removed method diff [ci skip]Rashmi Yadav2013-07-241-38/+0
| * | | | Updated guides with latest method [ci skip]Rashmi Yadav2013-07-241-2/+2
| * | | | fixed file name references [ci skip]Rashmi Yadav2013-07-241-4/+4
| * | | | Updated guides with latest method [ci skip]Rashmi Yadav2013-07-231-4/+5
* | | | | Update Rails 3.2.x guide link [ci skip]Tomas Varaneckas2013-07-271-1/+1
| |/ / / |/| | |
* | | | AM Guide: Should be "different formats".Peter Jaros2013-07-241-1/+1
* | | | Merge pull request #11566 from rajcybage/masterRafael Mendonça França2013-07-231-1/+1
|\ \ \ \
| * | | | add the missing middleware in command line guides rake about [ci skip]Rajarshi Das2013-07-231-1/+1
* | | | | Add info about placing a new CHANGELOG entry to contributing guidePiotr Sarnacki2013-07-221-1/+1
|/ / / /
* | | | Merge pull request #11536 from dpickett/patch-1Santiago Pastorino2013-07-221-1/+0
|\ \ \ \
| * | | | metal is no longer mentioned on rack guideDan Pickett2013-07-211-1/+0
* | | | | Merge pull request #11534 from gaurish/logPiotr Sarnacki2013-07-211-0/+31
|\ \ \ \ \
| * | | | | Add logging performance [ci skip]Gaurish Sharma2013-07-211-0/+31
* | | | | | Update note about declarative etags in release notesGuillermo Iguaran2013-07-211-1/+1
* | | | | | Improve comment about ActiveModel::ModelGuillermo Iguaran2013-07-211-2/+2
| |/ / / / |/| | | |
* | | | | Fix note about AP/AV decoupling in release notesGuillermo Iguaran2013-07-211-1/+1
| |/ / / |/| | |
* | | | Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-07-216-11/+20
|\ \ \ \