Commit Graph

1276 Commits

Author SHA1 Message Date
Benjamin Tan Wei Hao
69a87d5ada Fix links containing stray colons 2013-04-12 10:14:51 +08:00
Vijay Dev
b15ce4a006 Merge branch 'master' of github.com:lifo/docrails
Conflicts:
	guides/source/action_mailer_basics.md
2013-04-11 22:58:14 +05:30
Vijay Dev
8a347d925d add wip for the action view guide [ci skip] 2013-04-11 22:53:34 +05:30
Vijay Dev
a24ef8611d Revert "added details to section 4.1.2 of the Asset Pipeline guide, describing how to configure Apache to serve the gzipped version of the precompiled assets"
This reverts commit aec466e75294be177f66472fcdbd392831b26fdd.

Reason: We're not sure about the correctness and won't want to document
something like this with doubts.
2013-04-11 22:12:56 +05:30
Brice Stacey
b3789fd862 Unabbreviate AP to ActionPack 2013-04-10 23:04:47 -03:00
Oliver Jakubiec
1dd7bf4ea3 Updated Singular Resource shorthand to mention shorthand without controller name. 2013-04-10 17:40:18 -07:00
Yves Senn
d4ae49b058 get the Action Mailer guide ready. [ci skip] 2013-04-09 20:06:46 +02:00
Adam Dalton
8cb4f127d9 User is not part of the Blorgh domain, so user_class doesn't make sense. This commit changes it to author_class. 2013-04-08 09:56:20 -04:00
Igor Kapkov
9b5e5c1843 Merge pull request #134 from igas/master
Add missing PATCH in Getting Started Guide
2013-04-08 00:09:19 -07:00
Zoltan Debre
c33c4d1bb6 Here was a 404 error: Active Record Validations
Active Record Validations and Callbacks's URL and name is changed.
2013-04-07 18:24:30 +02:00
Igor Kapkov
d4b4a7e324 Getting Started Guide: add missing PATCH 2013-04-07 14:15:50 +04:00
Iain Beeston
800d3427a5 Added a table of html status symols 2013-04-07 08:11:54 +10:00
Agis-
941986c7db Add option to Class#class_attribute for skipping the query method 2013-04-06 20:34:13 +03:00
Dan Erikson
f31fdce7a5 Improve some variable naming for the integration test in the testing guide. [ci skip] 2013-04-06 00:06:56 -06:00
Dan Erikson
018cc389d1 Corrected model test directory to be test/models instead of test/unit. 2013-04-06 00:01:48 -06:00
Jonathan Roes
25ea7e96f3 Grammar 2013-04-05 21:18:07 -03:00
Aaron Patterson
ea3a190137 updating the guide 2013-04-05 17:13:58 -07:00
Aaron Patterson
32eff659bc just use ruby to run tests 2013-04-05 15:46:41 -07:00
Aaron Patterson
c7a148f389 removing rails test, updating docs to show how to use rake test 2013-04-05 15:44:41 -07:00
Andrea
107d199c45 Remove deprecated attr_accessible mention 2013-04-05 19:21:52 +03: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
Jonathan Roes
edeb98c274 Update Ryan Bigg's occupation and credentials. 2013-04-04 14:36:22 -03:00
Jonathan Roes
08d6516936 Add Action View Overview to guides listing. 2013-04-04 14:18:58 -03:00
Jonathan Roes
567ea4ba29 Basic Layouts overview w/ link to guide 2013-04-04 14:14:48 -03:00
Yves Senn
c918298c8e describe Action Mailer I18n subject lookup 2013-04-04 13:22:12 +02:00
Weston Platter
af8a788ab7 [layout/rendering guide] move sentence to new line to follow convention in other guides. 2013-04-04 00:11:21 -05:00
Weston Platter
5282a8243a [layout/rendering guide] remove redundant wording 2013-04-03 23:48:06 -05:00
Prathamesh Sonpatki
8e17908d67 Fixed Typo 2013-04-03 22:48:09 +05:30
Prathamesh Sonpatki
a4bd64ffed Changed rspec/model directory example to spec/models 2013-04-03 22:48:09 +05:30
Jonathan Roes
bf8f9c8ee2 Typos/grammar fixes 2013-04-03 10:55:46 -03:00
Yves Senn
a3bb1385b0 fix formatting typo, + should be ` 2013-04-03 14:08:48 +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
Yves Senn
3a90e81ee2 remove broken links from reference section in debugging guide. 2013-04-03 12:33:22 +02:00
Yves Senn
dc1347be2c adjust config.ru tempalte used in the rails on rack guide 2013-04-03 12:20:25 +02:00
Oliver Jakubiec
b13789c30c Merge branch 'master' of github.com:lifo/docrails 2013-04-02 18:45:28 -07:00
Oliver Jakubiec
8917a5b949 Added a section on Rails Controller naming conventions. 2013-04-02 18:45:19 -07:00
wangjohn
de12a6a0ef Changed the guides to use distinct instead of uniq for associations (see
commit a1bb6c8b which changes the naming). I've also provided an
example of how distinctness when inserting into an association can be
achieved.
2013-04-02 14:48:42 -04:00
Grayson Wright
4b8ea379f1 Merge pull request #131 from lazylester/master
Edge rails new syntax for importing engine migration
2013-04-02 08:31:45 -07:00
Jonathan Roes
bff281e759 Proofreading tweaks to the Mailer guide 2013-04-01 13:53:21 -03:00
Vijay Dev
29ac0fb8d5 Merge pull request #129 from rafBM/master
Remove “Sweepers” from Caching TOC and mention Page/Action caching removal
2013-04-01 09:45:35 -07:00
Trevor Turk
ca58bf1543 Improve documentation around the cookie store auto-upgrade to encryption 2013-04-01 11:38:06 -05:00
Santiago Pastorino
f9d23b3848 Merge pull request #9978 from trevorturk/cookie-store-auto-upgrade
Cookie-base session store auto-upgrade
2013-04-01 08:10:34 -07:00
Xavier Noria
3f35924b3c gist for Active Record issues [Neeraj Singh & Xavier Noria]
This commit closes issue #9775.
2013-04-01 09:43:57 +02:00
Ken Lu
8429a75418 fixed a article link at sitepoint 2013-03-31 23:48:32 -04:00
Les Nightingill
62b9723fbf as of Rails 3.2.13 it appears that importing an engine's migration into the host app is achieved by rake blorgh_engine:install:migrations 2013-03-31 18:21:41 -07:00
Jonathan Roes
da9031ae26 Remove unnecessary / confusing code in example 2013-03-31 19:12:06 -03:00
Vijay Dev
5190871822 fix upgrading guide [ci skip]
I see no need to list the Gemfile contents (twice!) to convey this
message.
2013-03-30 15:58:39 +05:30
Vijay Dev
e63086c135 Merge branch 'master' of github.com:rails/rails 2013-03-30 15:47:38 +05:30