index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
guides
/
source
/
active_record_basics.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use official database name [ci skip]
Ryuta Kamizono
2019-04-03
1
-1
/
+1
*
Update links and code examples in the guides to use HTTPS where the host supp...
Nathaniel Suchy
2019-03-06
1
-3
/
+3
*
[ci skip] Updated the documentation for bulk delete in activerecord
Abhay Nikam
2019-02-20
1
-2
/
+2
*
Replaced usage of where.delete/destroy_all with delete/destroy_by
Abhay Nikam
2019-02-20
1
-1
/
+1
*
Reword RDBMS note in ActiveRecord basics
Gannon McGibbon
2019-02-13
1
-1
/
+1
*
Specify the type for the auto-generated primary key
David A. Lee
2019-01-09
1
-3
/
+3
*
Clarify no support for non PK id columns
Gannon McGibbon
2018-11-30
1
-0
/
+2
*
Fix mapping of content
Adam Demirel
2018-10-17
1
-1
/
+1
*
Merge pull request #33554 from saveriomiroddi/sav-correct_updated_at_guide_ex...
Eileen M. Uchitelle
2018-08-08
1
-1
/
+1
|
\
|
*
ActiveRecord Basics guide: correct explanation of the `updated_at` logic [ci ...
Saverio Miroddi
2018-08-08
1
-1
/
+1
*
|
Rails guides are now served over https
Paul McMahon
2018-07-24
1
-1
/
+1
*
|
Added a lot of Oxford commas
Anthony Crumley
2018-05-10
1
-5
/
+5
|
/
*
tweaks for #31704 [ci skip]
Ryuta Kamizono
2018-01-24
1
-2
/
+2
*
Clarification for noobs. (#31704)
loothunter1
2018-01-23
1
-3
/
+6
*
[ci skip] Added Object Relational Mapping wiki link
Dixit Patel
2017-12-19
1
-1
/
+1
*
Add mention how to delete several records in bulk to Active Record Basics Gui...
bogdanvlviv
2017-10-18
1
-0
/
+11
*
Use https instead of http in guide [ci skip]
Yoshiyuki Hirano
2017-08-23
1
-1
/
+1
*
[ci skip] Updated language on validations.
Daniel Castro
2017-07-09
1
-2
/
+2
*
[ci skip] Update redirecting links in guides
kei-s
2016-07-12
1
-2
/
+2
*
[ci skip] Update all guides with `null: false` change in migrations
Prathamesh Sonpatki
2016-03-03
1
-1
/
+1
*
Revert "Merge pull request #23366 from maclover7/add-configuation-ar-docs"
Rafael Mendonça França
2016-02-01
1
-102
/
+0
*
Remove odd ` [ci skip]
Ryuta Kamizono
2016-01-31
1
-1
/
+1
*
Add configuration section to "Active Record Basics" guide
Jon Moss
2016-01-30
1
-0
/
+102
*
Refer to rails command instead of rake in a bunch of places
David Heinemeier Hansson
2015-12-18
1
-2
/
+2
*
Fix documentation about ApplicationRecord
Rafael Mendonça França
2015-12-16
1
-1
/
+1
*
Introduce ApplicationRecord, an Active Record layer supertype
Genadi Samokovarov
2015-12-16
1
-7
/
+8
*
Use a real migration version number in docs
Matthew Draper
2015-12-15
1
-1
/
+1
*
Use a deliberately-invalid migration version in all doc examples
Matthew Draper
2015-12-15
1
-1
/
+1
*
[ci skip] SQL is written using statements, not sentences
Brooks Reese
2015-08-13
1
-1
/
+1
*
docs, use hash instead of a string for `order`. [ci skip]
Yves Senn
2015-08-10
1
-1
/
+1
*
Grammar fix to Active Record Basics guide. [ci skip]
Brian Davis
2015-05-24
1
-2
/
+2
*
- Make example code consistent for better understanding. [ci skip]
Santosh Wadghule
2015-03-18
1
-5
/
+5
*
Fix wrong model name for 'Articles', It should be 'Article' [ci skip]
Santosh Wadghule
2015-03-18
1
-1
/
+1
*
[ci skip] Fix dead link
yui-knk
2015-03-16
1
-1
/
+1
*
[ci skip] Fix `Object-Relational` to `Object Relational`
yui-knk
2015-02-24
1
-1
/
+1
*
Merge pull request #18503 from vipulnsward/guides-in-on
Xavier Noria
2015-01-14
1
-1
/
+1
|
\
|
*
- Changed `IN` to `ON` in markdown renderer condition
Vipul A M
2015-01-14
1
-1
/
+1
*
|
minor grammatical fix in documentation
Jade McGough
2015-01-12
1
-1
/
+1
|
/
*
warn about reading guides in GitHub
Xavier Noria
2014-12-23
1
-0
/
+2
*
Add `null` option to timestamps as migration generator does [ci skip]
Zachary Scott
2014-12-14
1
-1
/
+1
*
Fix typo in "Active Record Basics" guide. [ci skip]
nakadai
2014-10-24
1
-1
/
+1
*
Update single table inheritance link anchor
Su Zhang (張甦)
2014-09-30
1
-1
/
+1
*
`create` return an active record object with erros instead of false when vali...
Tony Jian
2014-07-23
1
-4
/
+5
*
Rename Posts to Articles in Guides, continuation of 2d446e77 / #13774 [ci skip]
John Kelly Ferguson
2014-05-21
1
-9
/
+9
*
fixed typos in active_record basics [skip ci]
vanderhoop
2014-05-07
1
-2
/
+2
*
Some fixes in docs [ci skip]
Malav Bhavsar
2013-10-11
1
-1
/
+1
*
[ci skip] Add missing periods and update link name and some wording.
Juanito Fatas
2013-09-26
1
-11
/
+11
*
Plural of Deer not deer
Sergio
2013-09-10
1
-1
/
+1
*
Removing instances of string class_names in fixtures.
wangjohn
2013-08-24
1
-1
/
+1
*
Remove set_primary_key, replace with primary_key=
Luka Marčetić
2013-08-21
1
-2
/
+2
[next]