Commit Graph

1253 Commits

Author SHA1 Message Date
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
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
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
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
e63086c135 Merge branch 'master' of github.com:rails/rails 2013-03-30 15:47:38 +05:30
Vijay Dev
6d8c070821 Merge branch 'master' of github.com:lifo/docrails
Conflicts:
	activerecord/lib/active_record/connection_adapters/abstract/schema_statements.rb
	activerecord/test/cases/adapter_test.rb
	guides/source/testing.md

[ci skip]
2013-03-30 15:46:14 +05:30
Vijay Dev
06e22c01e8 Revert "Using American English spellings over British style spellings"
This reverts commit 573df1cf2a5d5d1f288c8a4a5d76194675141832.

Reason: changelog edits aren't allowed in docrails.

[ci skip]
2013-03-30 15:12:23 +05:30
Jonathan Roes
6bd1bbe7cf More typo / wording fixes 2013-03-29 19:53:34 -03:00
Jonathan Roes
8fcc1bed04 Proofreading tweaks
- Consistent hash structure
- Rewording / typo fixes
2013-03-29 19:43:10 -03:00
Vinicius Quaiato
9c6ccb3224 info that Gemfile *group :assets* was removed
Adding info that Gemfile *group :assets* was removed on upgrading_ruby_on_rails.md
2013-03-29 03:04:50 -03:00
Xavier Noria
b77b95eaa2 contrib guide: documents guidelines for running the test suite 2013-03-28 18:04:57 +01:00
Xavier Noria
3eebc143af contrib guide: documents how to generate a --dev application 2013-03-28 18:04:57 +01:00
Jonathan Roes
edebf262c4 Minor proofing 2013-03-27 23:41:48 -03:00
Jonathan Roes
057ae0b7fc Remove unnecessary hyphen. 2013-03-27 23:30:51 -03:00
Jonathan Roes
d083193c99 Extraneous syntax on guides path. 2013-03-27 23:28:36 -03:00
Yves Senn
1a5c3f49f1 mention strong parameters in complex forms section of the guides.
Closes #9921.
2013-03-27 15:18:02 +01:00
sthollmann
164af1f967 ReCAPTCHA plug-in link now points to Github repo. Plug-in is no longer available at the previous location 2013-03-27 10:46:19 +01:00
Steve Klabnik
7e91c9a423 Merge pull request #9925 from senny/relative_guide_links
use relative links inside guides [ci skip]
2013-03-25 12:02:30 -07:00
Yves Senn
441fa86b73 use relative links inside guides [ci skip] 2013-03-25 20:00:13 +01:00
Yves Senn
b662cb89ce move mailer testing examples into the testing guide.
Closes #9325.

I adjusted the example and the description in the testing guide and
simply linked from the mailer to the testing guide. This way we don't
have to maintain two separate places.
2013-03-25 19:46:44 +01:00
Prathamesh Sonpatki
f09bf78218 localised => localized 2013-03-25 21:11:05 +05:30
Akira Matsuda
ea5daeb2e4 Fix some typos 2013-03-25 22:43:26 +09:00
Akira Matsuda
e21f6c1dac s/Textmate/TextMate/ 2013-03-25 21:01:40 +09:00
Akira Matsuda
0725007fa4 s/Github/GitHub/ 2013-03-25 20:54:34 +09:00
Rafaël Blais Masson
69c5b40491 Remove “Sweepers” from Caching TOC and mention Page/Action caching are removed 2013-03-24 23:15:37 -04:00
Trevor Turk
0190cba99c Introduce UpgradeLegacySignedCookieJar to transparently upgrade existing signed cookies generated by Rails 3 to avoid invalidating them when upgrading to Rails 4 2013-03-24 18:20:24 -05:00
Vipul A M
0db928a63a fix some typos 2013-03-25 00:20:25 +05:30