Commit Graph

1689 Commits

Author SHA1 Message Date
Jason Voegele
0f7827ca34 Added info on using Ehcache as cache store. 2011-05-05 09:22:03 -07:00
Xavier Noria
cea3b3cc9d Merge branch 'master' of git://github.com/lifo/docrails 2011-05-04 14:51:04 +02:00
Xavier Noria
d9c39c3ae9 restores the -j option, but now it accepts the name of any library
If passed "foo", a gem "foo-rails" is added to the Gemfile
and "foo" and "foo_ujs" are required in the application
JavaScript manifest.
2011-05-04 10:33:53 +02:00
backspace
3b795c12d7 Fix typo in Factory Girl description 2011-05-03 15:41:11 -05:00
Vijay Dev
09edaf4964 removed reference to verify method 2011-05-02 17:39:46 +05:30
Vijay Dev
527036ebd1 removed verify docs (feature removed in Rails3) 2011-05-02 17:31:00 +05:30
Sebastian Martinez
9fa080e703 Update security guide with #new and #create respect mass-assignment 2011-05-02 00:15:36 -03:00
Sebastian Martinez
ca608b8c9c Bring this back on the contributing guide. 2011-05-01 12:28:16 -03:00
Vijay Dev
d1f7656448 remove info about adding verified tag 2011-05-01 16:15:53 +05:30
Vijay Dev
4760464efb fix GitHub guides url 2011-05-01 15:46:46 +05:30
Xavier Noria
2fbf302149 Merge branch 'master' of git://github.com/lifo/docrails
Conflicts:
	railties/guides/source/contributing_to_ruby_on_rails.textile
2011-05-01 11:16:31 +02:00
Santiago Pastorino
754c2dd2e1 Change from LH to github way of autoclosing issues 2011-04-30 02:16:50 -03:00
Xavier Noria
b2aacc346c Prototype and Scriptaculous are no longer vendored, but provided by prototype-rails from now on, also the -j option of the application generator is removed 2011-04-30 03:53:24 +02:00
Mike Gehard
bf3a3c22c0 Removed so info about assigning to specific devs and adding tags. I don't believe that you can do that in GitHub issues. Remove state:committed notes as they also don't exist in GitHub issues. 2011-04-29 19:19:25 -06:00
Sebastian Martinez
1302bf295a Added missing word on guide 2011-04-29 21:22:33 -03:00
Sebastian Martinez
9c0196a6bb Upload patches is for LH, we use pull requests on GitHub now 2011-04-29 21:18:49 -03:00
Dan Pickett
1efaed5af1 Merge branch 'master' of github.com:lifo/docrails 2011-04-29 19:18:10 -04:00
Dan Pickett
85c8d73642 update contributors guide to reflect GitHub use
* outlines how to review pull requests
* outlines how to issue pull requests
* changed all references from LH => GH
2011-04-29 19:17:34 -04:00
Stefan Rohlfing
4c50a0f800 Edited railties/guides/source/routing.textile via GitHub 2011-04-28 00:25:03 -07:00
Vijay Dev
001a5a6496 document the reorder method(fb215110401c70cfc7013c6e2ad5753fa4e374e9) 2011-04-28 01:50:00 +05:30
Vijay Dev
089ee31aad update the Array#from behaviour changes - returns [] if index exceeds array length 2011-04-27 22:21:50 +05:30
Vijay Dev
c1132f7093 added the list of reversible commands in the newer migrations 2011-04-26 23:40:47 +05:30
Vijay Dev
b105dc441b minor changes in migrations guide 2011-04-26 23:18:55 +05:30
Prem Sichanugrist
d4259d8932 Change from self.(up|down) to (up|down) method 2011-04-26 23:33:39 +07:00
Prem Sichanugrist
72822800d5 Update guide to use change method in various places after migration generator has changed. 2011-04-26 23:32:03 +07:00
Prem Sichanugrist
e6898e3b60 Change examples in guide to reflect changes from XML -> JSON 2011-04-26 22:23:57 +07:00
Josh Kalderimis
f3b9d3aba8 added config.active_record.whitelist_attributes which creates an empty whitelist of attributes available for mass assignment for all models in your app 2011-04-24 09:58:12 +02:00
Josh Kalderimis
b3ba36830b updated the security guide on the updated mass-assignment security scopes addition, and assign_attributes in AR 2011-04-24 09:56:48 +02:00
Vijay Dev
dcee094b22 indentation fixes 2011-04-24 02:17:06 +05:30
Xavier Noria
ec33de5dcb copy-edits 2f0dca5 2011-04-23 00:54:19 +02:00
Ronnie Miller
3050497a54 Grammer fix on note about wildcard routes 2011-04-22 14:50:52 -07:00
Vijay Dev
e46e106c54 fix block alignment 2011-04-23 03:06:06 +05:30
Vijay Dev
b22f39ec6f fix indentation 2011-04-23 02:54:07 +05:30
Vijay Dev
98b700e0bf add examples for array access methods 2011-04-23 02:54:07 +05:30
Vijay Dev
eac264d747 updating to_xml example to new AR api 2011-04-23 02:54:07 +05:30
Vijay Dev
2f0dca5ee0 document the Active Support extension - String#inquiry 2011-04-20 23:25:33 +05:30
Eric Anderson
a48f8089ab Exception got moved to ActiveModel with Rails 3 2011-04-20 10:43:35 -04:00
Josh Kalderimis
68eb84d735 correction to the i18n locale filter examples 2011-04-19 22:52:00 +02:00
Xavier Noria
e162e912c9 Merge branch 'master' of git://github.com/lifo/docrails
Conflicts:
	railties/guides/source/ajax_on_rails.textile
	railties/guides/source/generators.textile
2011-04-19 21:54:10 +02:00
Xavier Noria
ad60286926 Revert "Better formatting"
No need to change this formatting.

This reverts commit 9c861e8a0e2f21959ede5f71b56f8a50996d6416.
2011-04-19 21:43:17 +02:00
Paco Guzman
66a2ffcdb7 Update link to Rails 2.3 guides from 2.3.8 to last release 2.3.11. Maybe someone could regenerate the guides 2011-04-19 11:24:09 +02:00
Malcolm Locke
9556e9c923 best-of-bread -> best-of-breed 2011-04-18 16:02:30 +12:00
Sebastian Martinez
38e77879e0 Remove 2.3 since guides are supposed to be for Rails 3 2011-04-17 13:06:48 -03:00
Sebastian Martinez
8606fff6f1 Added CHANGELOG entry for new section additions on ActionView guide 2011-04-16 20:09:54 -03:00
Sebastian Martinez
9c861e8a0e Better formatting 2011-04-16 18:29:55 -03:00
Sebastian Martinez
558f096115 Added Templates section on ActionView guide. 2011-04-16 18:26:44 -03:00
Michal Papis
29caa46c40 Merge branch 'master' of github.com:lifo/docrails 2011-04-16 22:57:29 +02:00
Michal Papis
8c68bcf829 Added information about grouping conditional validations 2011-04-16 22:56:58 +02:00
Sebastian Martinez
143ed7edc3 Added Spacer Templates on Partials section of ActionView guide. 2011-04-16 17:32:04 -03:00
Sebastian Martinez
eecb8385b4 Added Partials section to ActionView guide. 2011-04-16 17:14:46 -03:00