Commit Graph

41 Commits

Author SHA1 Message Date
yui-knk
53a9c669d4 [ci skip] Fix Object-Relational to Object Relational 2015-02-24 00:39:59 +09:00
Xavier Noria
7ba24831d7 Merge pull request #18503 from vipulnsward/guides-in-on
Changed `IN` to `ON` in markdown renderer condition
2015-01-14 11:35:34 +01:00
Vipul A M
5cfaf5a46e - Changed IN to ON in markdown renderer condition
- Changed `IN` to `ON` in all note sentences in guides.
2015-01-14 11:52:13 +05:30
Jade McGough
1cef759e1e minor grammatical fix in documentation 2015-01-12 00:38:10 -05:00
Xavier Noria
7702974281 warn about reading guides in GitHub
References #18148.
2014-12-23 23:32:50 +01:00
Zachary Scott
6b96a1eae1 Add null option to timestamps as migration generator does [ci skip] 2014-12-14 20:42:38 -05:00
nakadai
1cfe432e17 Fix typo in "Active Record Basics" guide. [ci skip] 2014-10-24 22:01:05 +00:00
Su Zhang (張甦)
71db7fdf50 Update single table inheritance link anchor
The current one is old-of-date and doesn't make the browser navigation to the correct heading.
2014-09-30 11:01:15 -04:00
Tony Jian
d0af905925 create return an active record object with erros instead of false when validation fails. [skip ci] 2014-07-23 16:31:55 +08:00
John Kelly Ferguson
d02c810e29 Rename Posts to Articles in Guides, continuation of 2d446e77 / #13774 [ci skip] 2014-05-21 23:01:45 -04:00
vanderhoop
b345fc2511 fixed typos in active_record basics [skip ci] 2014-05-07 09:11:59 -04:00
Malav Bhavsar
ce46f20d13 Some fixes in docs [ci skip]
Update a link to point to right section in api docs

Fix a typo
2013-10-11 22:21:07 -07:00
Juanito Fatas
ec6608ace3 [ci skip] Add missing periods and update link name and some wording. 2013-09-26 15:26:03 +08:00
Sergio
8a681d8ae0 Plural of Deer not deer
Change the plural of Deer word in the naming conventions
2013-09-10 18:38:59 +02:00
wangjohn
bac384e85f Removing instances of string class_names in fixtures.
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.
2013-08-24 23:28:40 -04:00
Luka Marčetić
df52eee15f Remove set_primary_key, replace with primary_key=
First deprecated, now removed: 9add7608f1 (activerecord)/lib/active_record/attribute_methods/primary_key.rb
2013-08-21 04:54:27 +02:00
Daniel Dawson
a8b1eca2d8 Fix 2 grammatical errors/typos in Active Record Basics guide. [ci skip] 2013-07-08 12:25:10 +01:00
Cristian Planas
93fd780a88 Using preferred find_by syntax in guides 2013-07-01 01:38:46 +02:00
Rajarshi Das
38127d88e9 correction standr => standard of commits @0435d0e 2013-06-06 17:59:01 +05:30
Graham Madden
b9822cc354 reword for grammar and clarity 2013-05-31 20:21:36 -04:00
Zoltan Debre
9d62ebb0d0 Change deprecated validates_presence_of
In Validations section the example contained "validates_presence_of" which is deprecated. It should be "validates :name, presence: true"
2013-04-05 17:15:53 +02:00
Yves Senn
7c69945c76 add (association)_type to schema convetions in AR basics guide. 2013-04-03 13:36:30 +02:00
Yves Senn
d131c9a4f6 link the Active Record pattern to the EAA Catalog 2013-04-03 13:19:20 +02:00
Yves Senn
ab547e7b43 remove trailing whitespace from AR Basics guide 2013-04-03 13:18:20 +02:00
Benoit Caccinolo
5ff752de1b Update guides/source/active_record_basics.md 2013-01-11 11:38:52 +01:00
Vijay Dev
f049016cd3 Merge branch 'master' of github.com:lifo/docrails
Conflicts:
	guides/source/getting_started.md
2013-01-09 01:04:15 +05:30
Akira Matsuda
a802fa3588 A Relation is not a collection of records. So let's not use the term "record" 2013-01-04 09:26:32 +09:00
Akira Matsuda
8572f32d58 .all does not return an Array 2013-01-04 06:23:16 +09:00
Amparo Luna + Guillermo Iguaran
03ac174f2d Change guides to use update instead of update_attributes 2013-01-03 12:04:25 -05:00
Pablo Torres
dcf0b2dc5d General refreshment of the Active Record Basics guide 2012-12-12 21:55:38 -05:00
Carlos Antonio da Silva
129eac0243 Fix Active Record validation error messages markup in guides
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]
2012-12-04 21:05:44 -02:00
Steve Klabnik
d16a1b9e8b Normalize on 'After reading this guide, you will know:'
We have three or four different introduction sentences to the guides.
After this commit, we use the same one everywhere.
2012-11-29 14:25:02 -08:00
Steve Klabnik
6dcae8ae9c Add periods to the bullet points in guides.
Talked with @fxn about this. Bullet points should have periods at the ends.
2012-11-29 05:14:08 -08:00
Agis Anastasopoulos
000121e87e Switch to 1.9 hash syntax 2012-11-15 23:10:45 +02:00
Prem Sichanugrist
41dbb58e2d Fix the usage of * in Markdown
In Textile `*` would convert to `<strong>`, but in Markdown we have to
use `**` instead.
2012-09-17 15:54:23 -04:00
Prem Sichanugrist
2c38567646 Convert all tables to Markdown syntax 2012-09-17 15:54:23 -04:00
Prem Sichanugrist
9873dd800b Convert all the links into Markdown format 2012-09-17 15:54:23 -04:00
Prem Sichanugrist
31ef4cf656 Convert all inline codes to Markdown syntax 2012-09-17 15:54:23 -04:00
Prem Sichanugrist
872b7af337 Convert heading tags and heading section 2012-09-17 15:54:22 -04:00
Prem Sichanugrist
7bc1ca3515 Convert code blocks into GFM style 2012-09-17 15:54:22 -04:00
Prem Sichanugrist
5137d03cc5 Rename the rest of the guides to Markdown 2012-09-17 15:54:22 -04:00