aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/active_record_basics.md
Commit message (Collapse)AuthorAgeFilesLines
* Rename Posts to Articles in Guides, continuation of 2d446e77 / #13774 [ci skip]John Kelly Ferguson2014-05-211-9/+9
|
* fixed typos in active_record basics [skip ci]vanderhoop2014-05-071-2/+2
|
* Some fixes in docs [ci skip]Malav Bhavsar2013-10-111-1/+1
| | | | | | Update a link to point to right section in api docs Fix a typo
* [ci skip] Add missing periods and update link name and some wording.Juanito Fatas2013-09-261-11/+11
|
* Plural of Deer not deerSergio2013-09-101-1/+1
| | | Change the plural of Deer word in the naming conventions
* Removing instances of string class_names in fixtures.wangjohn2013-08-241-1/+1
| | | | | | | Also, constantizing the default_fixture_model_name when it gets loaded in from the file. Later, when the class_name is passed to a new FixtureSet, a deprecation warning will occur if the class_name is a string.
* Remove set_primary_key, replace with primary_key=Luka Marčetić2013-08-211-2/+2
| | | First deprecated, now removed: https://github.com/rails/rails/commit/9add7608f1acaa68b025470e7a38901d7e6161ca#activerecord/lib/active_record/attribute_methods/primary_key.rb
* Fix 2 grammatical errors/typos in Active Record Basics guide. [ci skip]Daniel Dawson2013-07-081-2/+2
|
* Using preferred find_by syntax in guidesCristian Planas2013-07-011-4/+4
|
* correction standr => standard of commits @0435d0eRajarshi Das2013-06-061-1/+1
|
* reword for grammar and clarityGraham Madden2013-05-311-3/+3
|
* Change deprecated validates_presence_ofZoltan Debre2013-04-051-1/+1
| | | In Validations section the example contained "validates_presence_of" which is deprecated. It should be "validates :name, presence: true"
* add `(association)`_type to schema convetions in AR basics guide.Yves Senn2013-04-031-0/+2
|
* link the Active Record pattern to the EAA CatalogYves Senn2013-04-031-4/+5
|
* remove trailing whitespace from AR Basics guideYves Senn2013-04-031-94/+94
|
* Update guides/source/active_record_basics.mdBenoit Caccinolo2013-01-111-1/+1
|
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-01-091-2/+2
|\ | | | | | | | | Conflicts: guides/source/getting_started.md
| * A Relation is not a collection of records. So let's not use the term "record"Akira Matsuda2013-01-041-2/+2
| |
| * .all does not return an ArrayAkira Matsuda2013-01-041-1/+1
| |
* | Change guides to use update instead of update_attributesAmparo Luna + Guillermo Iguaran2013-01-031-3/+3
|/
* General refreshment of the Active Record Basics guidePablo Torres2012-12-121-42/+182
|
* Fix Active Record validation error messages markup in guidesCarlos Antonio da Silva2012-12-041-21/+21
| | | | | | | | | | The other way it was not marking the text as italic, it was showing the underlines as normal text. Also fixes some code examples indentation and # => marks in Active Model and Active Record guides. [ci skip]
* Normalize on 'After reading this guide, you will know:'Steve Klabnik2012-11-291-1/+3
| | | | | We have three or four different introduction sentences to the guides. After this commit, we use the same one everywhere.
* Add periods to the bullet points in guides.Steve Klabnik2012-11-291-5/+5
| | | | Talked with @fxn about this. Bullet points should have periods at the ends.
* Switch to 1.9 hash syntaxAgis Anastasopoulos2012-11-151-3/+3
|
* Fix the usage of `*` in MarkdownPrem Sichanugrist2012-09-171-4/+4
| | | | | In Textile `*` would convert to `<strong>`, but in Markdown we have to use `**` instead.
* Convert all tables to Markdown syntaxPrem Sichanugrist2012-09-171-6/+7
|
* Convert all the links into Markdown formatPrem Sichanugrist2012-09-171-8/+8
|
* Convert all inline codes to Markdown syntaxPrem Sichanugrist2012-09-171-28/+28
|
* Convert heading tags and heading sectionPrem Sichanugrist2012-09-171-19/+28
|
* Convert code blocks into GFM stylePrem Sichanugrist2012-09-171-30/+30
|
* Rename the rest of the guides to MarkdownPrem Sichanugrist2012-09-171-0/+218