Jaime Iniesta
|
e410b5bff7
|
Fix broken link in Active Record Query Interface guide
|
2012-11-18 09:34:59 +01:00 |
|
Vijay Dev
|
2b5b36ef3a
|
Revert "add AR deep dive video links to guides"
This reverts commit 25648ce35b .
|
2012-11-17 01:42:37 +05:30 |
|
Agis Anastasopoulos
|
f3b95a6c61
|
Switch to 1.9 hash syntax
|
2012-11-15 22:28:24 +02:00 |
|
schneems
|
25648ce35b
|
add AR deep dive video links to guides
|
2012-11-14 13:29:30 +02:00 |
|
Gaurish Sharma
|
e3e4fa1f65
|
make syntax of select.map(&:field) same as pluck
The shortcut ampersand syntax of `select.map(&:field)` is same thing as `.plunk(:field)`. document that
|
2012-11-08 19:14:35 +05:30 |
|
Jaime Iniesta
|
b1e5c1660b
|
Fix a pair of typos on Active Record Querying guide
|
2012-10-26 14:56:37 +02:00 |
|
Jon Leighton
|
0096f53b25
|
nodoc the first_or_create methods and document alternatives
|
2012-10-19 15:56:18 +01:00 |
|
Jon Leighton
|
eb72e62c30
|
Add Relation#find_or_create_by and friends
This is similar to #first_or_create, but slightly different and a nicer
API. See the CHANGELOG/docs in the commit.
Fixes #7853
|
2012-10-19 13:18:47 +01:00 |
|
Ned Ruggeri
|
7a9dea89d6
|
remove non sequitur NOTE on :include
|
2012-10-01 03:34:44 -07:00 |
|
Steve Klabnik
|
15d475a63b
|
Remove readonly notice.
You need to have @implicit_readonly set for this to happen,
and it's false by defualt.
Fixes #3386.
|
2012-09-26 07:59:18 -07:00 |
|
Juanjo Bazán
|
c9a6c6c8d1
|
remove duplication
|
2012-09-24 23:28:02 +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
|
721afdcc4b
|
Fix remaining formatting problems in the guide
|
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
|
21a0b20e39
|
change shell to bash
|
2012-09-17 15:54:22 -04:00 |
|
Prem Sichanugrist
|
c89c163a0e
|
Convert inline code tags to Markdown
|
2012-09-17 15:54:22 -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 |
|