| Commit message (Expand) | Author | Age | Files | Lines |
* | Changed code examples to have a consistent code styling [ci skip] | Ayrton De Craene | 2012-05-02 | 1 | -33/+33 |
* | Add note about image_tag('') issue in Asset Pipeline guide (see rails issue #... | Michael Pearson | 2012-05-02 | 1 | -0/+2 |
* | Fix example url in text helper | Alexey Vakhov | 2012-05-02 | 1 | -1/+1 |
* | Fix form tag with non GET/POST method example | Alexey Vakhov | 2012-05-02 | 1 | -1/+1 |
* | Documentation fix in options_for_select helper. Fixed display errors caused b... | Rodrigo Pavano | 2012-05-01 | 1 | -9/+26 |
* | Add empty rows to improve readability. [ci skip] | Edward Tsech | 2012-05-01 | 1 | -0/+2 |
* | Add few lines to describe how aggregation part caching works. [ci skip] | Edward Tsech | 2012-05-01 | 1 | -0/+4 |
* | simpler wording and explanations | Hrvoje Šimić | 2012-05-01 | 2 | -11/+11 |
* | Lowercase. | Ben Pickles | 2012-05-01 | 1 | -1/+1 |
* | more edits [ci skip] | Vijay Dev | 2012-05-01 | 2 | -2/+2 |
* | copy edit AS deprecation/behaviours docs [ci skip] | Vijay Dev | 2012-05-01 | 1 | -22/+11 |
* | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-05-01 | 30 | -494/+167 |
|\ |
|
| * | Revert "Added Short 1 line note about connection pools.
" | Vijay Dev | 2012-05-01 | 1 | -2/+0 |
| * | Merge pull request #95 from RobZolkos/add_doc_for_utc_offset | Vijay Dev | 2012-05-01 | 1 | -0/+1 |
| |\ |
|
| | * | Add documention for utc_offset method | Rob Zolkos | 2012-05-01 | 1 | -0/+1 |
| * | | Add line which gives a little bit more information how *_will_change! works. | Edward Tsech | 2012-05-01 | 1 | -0/+1 |
| |/ |
|
| * | Bump Rails version in action mailer guide. | Oscar Del Ben | 2012-05-01 | 1 | -1/+1 |
| * | Merge branch 'master' of github.com:lifo/docrails | Oscar Del Ben | 2012-05-01 | 3 | -10/+13 |
| |\ |
|
| | * | Minor English fix. | Erich Menge | 2012-04-30 | 1 | -1/+1 |
| | * | Added Short 1 line note about connection pools.
| Gaurish Sharma | 2012-04-30 | 1 | -0/+2 |
| | * | add ActiveRecord::RecordInvalid to exceptions | Hrvoje Šimić | 2012-04-30 | 1 | -9/+10 |
| * | | Getting Started Guide Code Cleanup | Oscar Del Ben | 2012-05-01 | 2 | -10/+1 |
| |/ |
|
| * | Merge branch 'master' of github.com:lifo/docrails | Oscar Del Ben | 2012-04-30 | 1 | -0/+4 |
| |\ |
|
| | * | Rails 4.0 upgrade note for the ConfirmationValidator change | Brian Cardarella | 2012-04-30 | 1 | -0/+4 |
| * | | Rewrite adding a second model section of Getting Started Guide | Oscar Del Ben | 2012-04-30 | 4 | -39/+42 |
| |/ |
|
| * | Fix stray capitalization | Mark Rushakoff | 2012-04-29 | 1 | -1/+1 |
| * | Fix rdoc formatting in Mime::Type | Mark Rushakoff | 2012-04-29 | 1 | -5/+5 |
| * | Reword polymorphic routes + mounted engine rdoc | Mark Rushakoff | 2012-04-29 | 1 | -8/+6 |
| * | Remove scaffold explanation from getting started guide | Oscar Del Ben | 2012-04-29 | 1 | -410/+11 |
| * | Merge branch 'master' of github.com:lifo/docrails | twinturbo | 2012-04-29 | 1 | -0/+1 |
| |\ |
|
| | * | Fix 'Can't mass-assign protected attributes: tags_attributes' in Rails 3.2.3. | Kevin Richardson | 2012-04-29 | 1 | -0/+1 |
| | * | Revert "Make non English title indexable (such as Chinese or Japanese) using ... | Tony Jian | 2012-04-29 | 1 | -3/+2 |
| | * | Make non English title indexable (such as Chinese or Japanese) using MD5. | Tony Jian | 2012-04-29 | 1 | -2/+3 |
| * | | Document ActiveSupport::Deprecations.behavior | twinturbo | 2012-04-29 | 1 | -1/+19 |
| |/ |
|
| * | Merge branch 'master' of github.com:lifo/docrails | twinturbo | 2012-04-28 | 426 | -5055/+6391 |
| |\ |
|
| | * | fix typo in ActiveSupport::Inflector#titleize | Francesco Rodriguez | 2012-04-28 | 1 | -1/+1 |
| | * | Fix misptint | Alexey Vakhov | 2012-04-28 | 1 | -1/+1 |
| | * | Remove unnecessary ). | Uģis Ozols | 2012-04-28 | 1 | -1/+1 |
| | * | Merge branch 'master' of github.com:lifo/docrails | Oscar Del Ben | 2012-04-28 | 124 | -2556/+2044 |
| | |\ |
|
| | | * | Correct small consistency issue in AR querying guide | Matthias Schmidt | 2012-04-28 | 1 | -1/+1 |
| | | * | Code-format references to config settings | Mark Rushakoff | 2012-04-27 | 7 | -7/+7 |
| | | * | Update guides - run single test for AR testing | Alexey Vakhov | 2012-04-28 | 1 | -0/+6 |
| | | * | Update contributing guide - run single test | Alexey Vakhov | 2012-04-28 | 1 | -0/+7 |
| | | * | Update AM example | Alexey Vakhov | 2012-04-28 | 1 | -3/+3 |
| | | * | More using <tt>x</tt> instead of +x+ when the latter renders improperly. | Mark Rushakoff | 2012-04-27 | 3 | -4/+4 |
| | * | | Add REST section to getting started guide | Oscar Del Ben | 2012-04-28 | 2 | -10/+50 |
| * | | | Document exception handling inside resce_from handlers | twinturbo | 2012-04-28 | 1 | -0/+1 |
* | | | | Merge pull request #2532 from hasclass/as_json__encode_infinite_and_nan_float... | Piotr Sarnacki | 2012-04-30 | 2 | -0/+7 |
|\ \ \ \ |
|
| * | | | | JSON: Encode infinite or NaN floats as null to generate valid JSON. | Sebi Burkhard | 2011-08-15 | 2 | -0/+7 |
* | | | | | Merge pull request #6093 from marcandre/observer_public | Jeremy Kemper | 2012-04-30 | 2 | -21/+27 |
|\ \ \ \ \ |
|