aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Mention mac os x installation tools on getting started guideOscar Del Ben2012-05-021-1/+4
|
* Remove tags from getting started guide and adapt some of the content toOscar Del Ben2012-05-023-216/+7
| | | | the new guide
* Rewrite refactoring section in getting started guideOscar Del Ben2012-05-024-77/+34
|
* Rewrite comments action in getting started guideOscar Del Ben2012-05-023-21/+26
|
* Changed code examples to have a consistent code styling [ci skip]Ayrton De Craene2012-05-021-33/+33
|
* Add note about image_tag('') issue in Asset Pipeline guide (see rails issue ↵Michael Pearson2012-05-021-0/+2
| | | | #3080)
* Fix example url in text helperAlexey Vakhov2012-05-021-1/+1
|
* Fix form tag with non GET/POST method exampleAlexey Vakhov2012-05-021-1/+1
|
* Documentation fix in options_for_select helper. Fixed display errors caused ↵Rodrigo Pavano2012-05-011-9/+26
| | | | by mixing Ruby and HTML code inside the same pre tag [ci skip]
* Add empty rows to improve readability. [ci skip]Edward Tsech2012-05-011-0/+2
|
* Add few lines to describe how aggregation part caching works. [ci skip]Edward Tsech2012-05-011-0/+4
|
* simpler wording and explanationsHrvoje Šimić2012-05-012-11/+11
|
* Lowercase.Ben Pickles2012-05-011-1/+1
|
* more edits [ci skip]Vijay Dev2012-05-012-2/+2
|
* copy edit AS deprecation/behaviours docs [ci skip]Vijay Dev2012-05-011-22/+11
|
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-0130-494/+167
|\
| * Revert "Added Short 1 line note about connection pools. "Vijay Dev2012-05-011-2/+0
| | | | | | | | This reverts commit c3954baee92446219606621c1b185360553a6d5d.
| * Merge pull request #95 from RobZolkos/add_doc_for_utc_offsetVijay Dev2012-05-011-0/+1
| |\ | | | | | | Add documention for utc_offset method
| | * Add documention for utc_offset methodRob Zolkos2012-05-011-0/+1
| | |
| * | Add line which gives a little bit more information how *_will_change! works.Edward Tsech2012-05-011-0/+1
| |/
| * Bump Rails version in action mailer guide.Oscar Del Ben2012-05-011-1/+1
| |
| * Merge branch 'master' of github.com:lifo/docrailsOscar Del Ben2012-05-013-10/+13
| |\
| | * Minor English fix.Erich Menge2012-04-301-1/+1
| | |
| | * Added Short 1 line note about connection pools. Gaurish Sharma2012-04-301-0/+2
| | | | | | | | | I hope its okay to add this here. if not, then please revert back.
| | * add ActiveRecord::RecordInvalid to exceptionsHrvoje Šimić2012-04-301-9/+10
| | | | | | | | | | | | sort the exception names alphabetically
| * | Getting Started Guide Code CleanupOscar Del Ben2012-05-012-10/+1
| |/
| * Merge branch 'master' of github.com:lifo/docrailsOscar Del Ben2012-04-301-0/+4
| |\
| | * Rails 4.0 upgrade note for the ConfirmationValidator changeBrian Cardarella2012-04-301-0/+4
| | |
| * | Rewrite adding a second model section of Getting Started GuideOscar Del Ben2012-04-304-39/+42
| |/
| * Fix stray capitalizationMark Rushakoff2012-04-291-1/+1
| |
| * Fix rdoc formatting in Mime::TypeMark Rushakoff2012-04-291-5/+5
| |
| * Reword polymorphic routes + mounted engine rdocMark Rushakoff2012-04-291-8/+6
| | | | | | | | Also correctly indent its example code.
| * Remove scaffold explanation from getting started guideOscar Del Ben2012-04-291-410/+11
| |
| * Merge branch 'master' of github.com:lifo/docrailstwinturbo2012-04-291-0/+1
| |\
| | * Fix 'Can't mass-assign protected attributes: tags_attributes' in Rails 3.2.3.Kevin Richardson2012-04-291-0/+1
| | |
| | * Revert "Make non English title indexable (such as Chinese or Japanese) using ↵Tony Jian2012-04-291-3/+2
| | | | | | | | | | | | | | | | | | MD5." This reverts commit 70e0edf000289b1907b8aee386daf23577f6bc08.
| | * Make non English title indexable (such as Chinese or Japanese) using MD5.Tony Jian2012-04-291-2/+3
| | |
| * | Document ActiveSupport::Deprecations.behaviortwinturbo2012-04-291-1/+19
| |/
| * Merge branch 'master' of github.com:lifo/docrailstwinturbo2012-04-28426-5055/+6391
| |\
| | * fix typo in ActiveSupport::Inflector#titleizeFrancesco Rodriguez2012-04-281-1/+1
| | |
| | * Fix misptintAlexey Vakhov2012-04-281-1/+1
| | | | | | | | | | | | Injected at dab6c3aa484778b44c1b3cd2b9c46363916295ff
| | * Remove unnecessary ).Uģis Ozols2012-04-281-1/+1
| | |
| | * Merge branch 'master' of github.com:lifo/docrailsOscar Del Ben2012-04-28124-2556/+2044
| | |\
| | | * Correct small consistency issue in AR querying guideMatthias Schmidt2012-04-281-1/+1
| | | |
| | | * Code-format references to config settingsMark Rushakoff2012-04-277-7/+7
| | | |
| | | * Update guides - run single test for AR testingAlexey Vakhov2012-04-281-0/+6
| | | |
| | | * Update contributing guide - run single testAlexey Vakhov2012-04-281-0/+7
| | | |
| | | * Update AM exampleAlexey Vakhov2012-04-281-3/+3
| | | |
| | | * More using <tt>x</tt> instead of +x+ when the latter renders improperly.Mark Rushakoff2012-04-273-4/+4
| | | |
| | * | Add REST section to getting started guideOscar Del Ben2012-04-282-10/+50
| | | |