Commit Graph

1278 Commits

Author SHA1 Message Date
Pratik Naik
5076af5aa1 Fix an english fail 2010-08-31 00:16:31 +01:00
Pratik Naik
6d8fc26ce8 Fix the readonly section 2010-08-31 00:14:49 +01:00
Pratik Naik
5a310f8335 Update the section about joins 2010-08-31 00:01:41 +01:00
Pratik Naik
0bb32588b7 Fix pessimistic locking examples 2010-08-30 23:52:27 +01:00
Pratik Naik
9cd708b2cf Reword calculations section 2010-08-30 23:45:03 +01:00
Pratik Naik
d0720ad5f8 Reword the section about exists? 2010-08-30 23:45:03 +01:00
Pratik Naik
ceca3a0564 Improve example for having() 2010-08-30 23:45:03 +01:00
Pratik Naik
767eca4913 Remove {} from hash conditions. And more occurrences of [] in array conditions 2010-08-30 23:45:03 +01:00
Pratik Naik
1e554a1175 Array conditions dont need [] 2010-08-30 23:45:03 +01:00
Xavier Noria
3805d01c9b resolves merge conflict 2010-08-31 00:24:05 +02:00
Pratik Naik
c30f6c270d User.each is a lie 2010-08-30 23:05:14 +01:00
Joost Baaij
19d99971f7 Remove mention of InstantRails, it is completely obsolete.
Mention RubyInstaller instead which is actually quite pleasant and runs Rails fine.
2010-08-30 21:31:42 +02:00
Joost Baaij
49028f6112 Merge branch 'master' of github.com:lifo/docrails 2010-08-30 21:20:21 +02:00
Joost Baaij
66998c9662 Merge branch 'master' of github.com:lifo/docrails 2010-08-30 21:17:08 +02:00
Joost Baaij
7803bb015d Remove beta and RC paths in documentation 2010-08-30 21:16:53 +02:00
Xavier Noria
e4c66d8fbf Revert "Revert "refer to guides since 3.0 is released now""
Wanted to revert a different commit with same message

This reverts commit 15d07981f6617a3f97f9e36f257131b56a97a441.
2010-08-30 21:14:29 +02:00
Xavier Noria
15d07981f6 Revert "refer to guides since 3.0 is released now"
Reason: This is an exception. Thing is when you contribute to Rails you need to know how to proceed *now*, the instructions may be different than the ones published with some past release.

This reverts commit 3d13dc88e20f86ac294baeafdd8343c5ddd3b623.
2010-08-30 21:08:54 +02:00
Joost Baaij
3d13dc88e2 refer to guides since 3.0 is released now 2010-08-30 21:03:07 +02:00
Damien Mathieu
414b68df1f fix the cache_fu links 2010-08-30 15:08:55 +02:00
Xavier Noria
475ea14fd0 implements String#strip_heredoc 2010-08-29 23:52:38 +02:00
Santiago Pastorino
a70675cd94 -v=1.0.0 not needed 2010-08-29 16:53:20 -03:00
Santiago Pastorino
96c88db9f8 No more beta or rc on guides 2010-08-29 15:30:01 -03:00
Xavier Noria
dda515fc26 Merge remote branch 'docrails/master' 2010-08-28 00:01:55 +02:00
Xavier Noria
3b62667e77 solves everything in guides raised by WARNINGS=1 (except for one which is abandoned atm) 2010-08-27 23:27:29 +02:00
Jamison Dance
6398eba240 Merge branch 'master' of github.com:lifo/docrails 2010-08-26 21:20:22 -06:00
Jamison Dance
4d8158d9e5 fix sentence fragment in validates_associated caution 2010-08-26 17:48:42 -06:00
Xavier Noria
27edd3f8bc updates de title of the generators guide in the home and index 2010-08-27 00:17:04 +02:00
Xavier Noria
90a95be252 getting started guide: adds a reference to Michael Hartl's free online book in the what's next section 2010-08-26 23:49:06 +02:00
James Miller
0631bf4baf Simplify render :partial 2010-08-26 12:27:44 -07:00
James Miller
2bcac56ab4 Prefer modern idiom for rendering partials on a collection 2010-08-26 12:10:21 -07:00
James Miller
a88fb2fd1b Getting started guide: typo 2010-08-26 10:00:11 -07:00
James Miller
8e3d23dea2 Link to gembundler.com instead of Github repo 2010-08-26 09:55:18 -07:00
Xavier Noria
d728f08580 getting started guide: revises text wrt bundler 2010-08-26 15:58:19 +02:00
Xavier Noria
5e0b70e6b5 revises a few link texts 2010-08-26 15:54:53 +02:00
Jaime Iniesta
e72406e2ba change 'a SQL' to 'an SQL' as suggested by the api documentation guidelines 2010-08-26 14:23:58 +02:00
Jaime Iniesta
5430f5bd06 lifecycle should be two words, life cycle 2010-08-26 14:23:58 +02:00
Xavier Noria
5dd92726a9 Merge remote branch 'docrails/master' 2010-08-26 01:59:31 +02:00
Xavier Noria
366e0fbd8d Revert "to_json => as_json"
This reverts commit 7a6d8e4ad47d571541762a6c80cc3e1f6831bd40.

Reason: The method that gives you a Ruby string with JSON source code is #to_json
2010-08-26 01:56:56 +02:00
Xavier Noria
fa8e17b5c2 Merge remote branch 'docrails/master' 2010-08-26 01:39:16 +02:00
Aleksander Pohl
ee7507b38e - Fix non-ascii characters in headers
Signed-off-by: Xavier Noria <fxn@hashref.com>
2010-08-26 01:05:52 +02:00
James Miller
7a6d8e4ad4 to_json => as_json 2010-08-25 14:55:24 -07:00
James Miller
6e3c339ebe mysql2 is now the default, typos 2010-08-25 14:42:11 -07:00
James Miller
9be59e49bf Fix typo, favour => favor 2010-08-25 14:36:10 -07:00
Xavier Noria
d2f55e7eee AS guide: Array.wrap vs splat is only valid for 1.8 2010-08-25 20:30:06 +02:00
Xavier Noria
036f090df1 Merge remote branch 'docrails/master' 2010-08-25 00:17:02 +02:00
Andrew White
1a6c81c4f9 Revert "Use symbols when specifying custom resource actions"
This reverts commit 02aabbd19e59720d2d5819978d2f712c2279bf34.
2010-08-24 17:12:02 +01:00
Andrew White
02aabbd19e Use symbols when specifying custom resource actions 2010-08-24 07:06:53 +01:00
Trevor Turk
cbacc9700e Note about how to exit the console in the Getting Started guide 2010-08-24 00:13:33 -05:00
David Heinemeier Hansson
21b1f29720 Master is now targeting 3.1.0.beta 2010-08-23 21:44:57 -05:00
Santiago Pastorino
363fe5faf9 Point guides to bundler 1.0.0.rc.6 2010-08-23 23:26:25 -03:00
Xavier Noria
d0858cdf0e generators guide: edit pass 2010-08-23 09:40:37 +02:00
Santiago Pastorino
04ee54f3fc Bump up rack-mount to 0.6.12 2010-08-22 20:28:37 -03:00
Xavier Noria
0c75ec51a9 Merge remote branch 'rails/master' 2010-08-20 17:18:57 +02:00
Santiago Pastorino
b91dcb63d0 Bump up tzinfo to 0.3.23 2010-08-20 02:39:09 -03:00
Santiago Pastorino
43f44c1a03 Bump up rack-mount to 0.6.10 2010-08-19 14:49:16 -03:00
Neeraj Singh
7d0b69d916 correcting the documentation which wrongly states that rails/init.rb file of a gem is loaded 2010-08-18 00:08:00 -04:00
Xavier Noria
a0ca3d1067 Merge remote branch 'docrails/master' 2010-08-18 00:25:32 +02:00
Xavier Noria
23f6e51b69 commit review: now that there are two supported, just mention them 2010-08-18 00:16:39 +02:00
Sunny Ripert
c924068714 Testing Guide: rake test:uncommitted now supports git 2010-08-17 21:49:40 +02:00
Xavier Noria
137e4e759a Merge remote branch 'docrails/master' 2010-08-17 13:28:33 +02:00
Xavier Noria
285690143e debugging guide: revises the section on debugging RJS 2010-08-17 13:19:00 +02:00
Luke Brown
95ecc08a30 Added an example and explaination for using an optional path scope for the locale 2010-08-17 09:48:12 +01:00
Josiah Ivey
9a665aa6d2 Debugging Guide: Highlight using config over ActionView::Base 2010-08-16 21:32:08 -05:00
Xavier Noria
d14e2987b5 the (public) routing DSL does not accept symbols for get|post|put|delete|match 2010-08-17 02:37:28 +02:00
Josiah Ivey
2a55edc725 Debugging Guide: Improve grammar for the RJS section 2010-08-16 05:25:40 -05:00
Xavier Noria
a1fdf402c0 routing guide: wildcard segments are quite flexible, go beyond the simple use case 2010-08-16 01:14:09 +02:00
Xavier Noria
331c5da7f0 getting started guide: typos reported by Abder-Rahman Ali 2010-08-15 13:03:05 +02:00
Santiago Pastorino
b95d6e84b0 Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 13:17:32 +02:00
Santiago Pastorino
b451de0d6d Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
Xavier Noria
4134d7db34 Merge remote branch 'docrails/master' 2010-08-12 17:36:09 +02:00
Paco Guzman
8a2b69b727 applied guidelines to "# =>" 2010-08-12 17:09:58 +02:00
Xavier Noria
ccc89f4899 AS guide: some revisions 2010-08-12 00:17:20 +02:00
Xavier Noria
2a984806ca AS guide: removes some duplication, and makes a second pass on method delegation 2010-08-10 11:52:37 +02:00
Xavier Noria
347d604792 adds the AS guide to the guides index 2010-08-10 04:10:32 +02:00
Xavier Noria
5fc8af4712 AS guide: documents Module#redefine_method 2010-08-10 04:10:32 +02:00
Xavier Noria
ae147b45bb AS guide: documents Module#(instance_)method_names 2010-08-10 04:10:32 +02:00
Xavier Noria
a5d401aa99 AS guide: documents Module#delegate 2010-08-10 03:28:59 +02:00
Xavier Noria
41328815c0 AS guide: documents Process.daemon 2010-08-10 01:55:09 +02:00
Xavier Noria
898bd38d7a AS guide: documents date/datetime/time arithmetic with durations 2010-08-10 01:30:37 +02:00
Brandon Tilley
dd1b33078a Fixed problem with markup that caused an extra symbol in a function name when rendered. 2010-08-09 15:46:39 -07:00
Xavier Noria
505546af70 form helpers guide: fixes an example 2010-08-09 14:11:05 +02:00
Xavier Noria
d87c57bf3e AC guide: commit review, block examples go at column 0, use .example.com as example domain 2010-08-09 12:21:21 +02:00
Daniel McNevin
678aeb7e48 updated the action_controller guide with the new session configuration options 2010-08-08 19:57:42 -04:00
Xavier Noria
4d3b2ea68b Merge remote branch 'rails/master' 2010-08-08 18:35:43 +02:00
Xavier Noria
ddeaf6c887 routing guide: documents the CONTROLLER environment variable understood by the routes task 2010-08-08 18:31:19 +02:00
Xavier Noria
672c796ac4 fix reference to time/calculations.rb in AS guide 2010-08-06 22:46:43 +02:00
Xavier Noria
62bb83d0a2 AS guide: documents calculations with Time objects 2010-08-06 17:29:52 +02:00
Xavier Noria
23abf46112 AR guide: fixes a query 2010-08-06 13:33:02 +02:00
Xavier Noria
02572399a5 AS guide: documents DateTime#advance 2010-08-05 14:10:07 +02:00
Xavier Noria
d191db76e0 standarizes the use of the article "an" for "SQL" and "SQLite" 2010-08-05 01:09:09 +02:00
Xavier Noria
f78de68649 explains Array.wrap directly, rather by comparison with Kernel#Array which is too obscure, leaves the comparison to document the differences, and adds a comparison with the related idiom that uses the splat operator 2010-08-01 03:19:58 +02:00
Xavier Noria
3d7099891f Merge remote branch 'rails/master' 2010-07-31 11:55:24 +02:00
Xavier Noria
87a28e34ae if there's a Gemfile and doc:guides can't load RedCloth, print instructions for bundler 2010-07-30 21:50:53 +02:00
Arkadiusz Holko
8828651420 Command Line Guide: changes all 'rails app' commands to 'rails new app' 2010-07-30 09:19:01 -07:00
Santiago Pastorino
03fc2f03cb Bump up bundler version to rc.2 2010-07-29 23:48:47 -03:00
Santiago Pastorino
e68e88e3ad This version is going to be outdated when new nokogiri versions are released 2010-07-29 23:46:25 -03:00
Santiago Pastorino
55028a7326 Bump up nokogiri to 1.4.3.1 2010-07-29 23:44:31 -03:00
Xavier Noria
ccd45618ed Merge remote branch 'rails/master' 2010-07-30 02:35:24 +02:00
Neeraj Singh
a506d5a524 updating documentation about lazy hooks in ActiveSupport 2010-07-29 12:52:15 -04:00
paulccarey
2b2ee222f3 Merge branch 'master' of github.com:lifo/docrails 2010-07-29 15:34:59 +01:00
paulccarey
c178a26ec7 amended rails upgrade plugin instructions to be rails 2.3.x compatible instead of former rails 3 format 2010-07-29 15:33:33 +01:00
Neeraj Singh
c2341ee71a superclass_delegating_accessor has been deprecated.
I am working on removing all traces of superclass_delegating_accessor from rails code base.

https://rails.lighthouseapp.com/projects/8994/tickets/2914-superclass_delegating_accessor-needs-to-be-deprecated-nicely
2010-07-28 21:44:26 -04:00
Xavier Noria
e17e08efef adds test coverage for edge-cases of Array.wrap, and better documentation for how it differs from Kernel#Array 2010-07-28 03:49:04 +02:00
paulccarey
fd48460135 amended Contributing to Rails guide to advise to use bundler v1.0 to avoid error messages with bundler 2010-07-27 12:09:24 +01:00
Xavier Noria
10815e6e25 prefer %Q() over escaped double quotes 2010-07-27 00:06:31 +02:00
Arkadiusz Holko
2e3a86af8c Fixed field_error_proc default example on guides 2010-07-26 15:00:23 -07:00
Santiago Pastorino
fd589db863 Changed returning with tap on guides 2010-07-26 18:55:51 +02:00
Santiago Pastorino
93e6dd1237 Changed returning with tap on guides 2010-07-25 20:59:18 -03:00
Xavier Noria
6aa1253588 Merge remote branch 'docrails/master' 2010-07-26 00:23:57 +02:00
Xavier Noria
06853cb0a9 AS guide: Object#returning is gone 2010-07-25 23:42:24 +02:00
Ivan Torres
2d2bde9f54 [PATCH] Update guides after Jeremy Kemper's changes on fieldWithErrors
to field_with_errors [#157 state:resolved]
2010-07-22 10:10:38 -05:00
Bobby Wilson
4ed9bd6431 Changed code style that was incorrectly rendering block style instead of inline. 2010-07-21 20:34:00 -07:00
Xavier Noria
b456877cfb camelize and underscore are sort of inverse of each other, but not in a mathematical sense [#5174 state:resolved] 2010-07-22 01:28:31 +02:00
Xavier Noria
b72cc472f7 routing guide: say "path" when you mean path 2010-07-22 01:28:31 +02:00
Xavier Noria
e9127ce7e8 routing guide: a "photo" resource has by convention paths under "photos", in plural 2010-07-22 01:28:31 +02:00
Jaime Iniesta
6f7402d32b non-singleton true and false should go on regular font 2010-07-22 01:28:31 +02:00
Jaime Iniesta
402aaa56f5 Active Record Validations and Callbacks guide: Fixed typos and rephrased some paragraphs for clarity 2010-07-22 01:28:30 +02:00
José Valim
cd1536887b Improve contribuition guide. 2010-07-21 12:30:38 +02:00
Łukasz Strzałkowski
fc71d59219 Introduced redefine_method 2010-07-19 23:44:46 +08:00
Xavier Noria
631b9564d2 Merge remote branch 'docrails/master' 2010-07-17 20:00:48 +02:00
Xavier Noria
caddee253c new guide: API Documentation Guidelines, ported and revised from the docrails github wiki 2010-07-17 19:42:44 +02:00
Xavier Noria
181e0d326d AS guide: revised the docs of class_attribute and cattr_* macros 2010-07-16 00:48:08 +02:00
Santiago Pastorino
fcb230144b Bump up nokogiri, memcache-client, sqlite3-ruby, fcgi, mail and tzinfo 2010-07-15 13:18:47 -07:00
Santiago Pastorino
3952268929 Bump up to rack-mount 0.6.9 and rack-mount-0.6.6.pre removed from action_dispatch vendor 2010-07-15 13:18:44 -07:00
Jaime Iniesta
5543e8bd6b Migrations guide: minor typos corrected 2010-07-15 17:42:41 +02:00
Xavier Noria
c7d79a4ce1 Merge remote branch 'docrails/master' 2010-07-15 10:19:31 +02:00
Xavier Noria
897f86a974 layouts and rendering guide: use content_for? instead of the yield or yield idiom 2010-07-15 09:47:22 +02:00
Xavier Noria
5994567839 AR queying guide: let limit and offset be different numbers to help making clear what is what in the explanation, rewords also a bit 2010-07-14 13:18:07 +02:00
Michael Hutchinson
438bff6ccd Active Record Query Interface Guide: Corrected the explanation for the OFFSET example. 2010-07-14 03:36:55 -07:00
Michael Hutchinson
6de6fa8010 Active Record Query Interface Guide: Fixed a few typos and made minor changes to improve readability. 2010-07-14 02:30:12 -07:00
Michael Hutchinson
981258cf5e Active Record Query Interface Guide: Fixed minor typos. 2010-07-14 01:39:00 -07:00
Xavier Noria
00f49c74e8 AS guides: reword the docs of Enumerable#group_by 2010-07-13 23:36:29 +02:00
Jaime Iniesta
4209cb97e3 Merge branch 'master' of github.com:lifo/docrails 2010-07-12 18:24:56 +02:00
Jaime Iniesta
cf69a01079 Getting started guide: typos and changelog 2010-07-12 18:23:13 +02:00
Steven Hancock
1a35b6215f Removed deprecated |map| block argument from routing docs since it is no longer generated in edge Rails config/routes.rb
Didn't touch plugins guide since I'm not too clear on how routes work in plugins.
2010-07-11 23:57:26 -07:00
Jaime Iniesta
1dddc79fee Getting started guide: Post validation example is clearer if we do p=Post.new;p.save better than p=Post.create;p.save 2010-07-11 21:47:31 +02:00
Jaime Iniesta
b0fab0c5c4 Getting started guide: rephrase the paragraph about the root route for better understanding 2010-07-11 19:17:36 +02:00
Xavier Noria
c81e476d6d missing article, only seen in github's colored diff by the beard of the prophet 2010-07-10 00:56:17 +02:00
Xavier Noria
86d5c728fb revises recent commit related to :uniq => true 2010-07-10 00:50:59 +02:00
Neeraj Singh
44b752bea1 expanding on :uniq option in has_many 2010-07-09 16:39:34 -04:00
Jaime Iniesta
c6f4c5916e Minor typos: 'built-in' instead of 'built in', 'built into' instead of 'built in to' 2010-07-09 17:53:47 +02:00
Norman Clarke
d7ffa3c077 Describe recent changes in Multibyte::Chars. 2010-07-08 19:24:44 -03:00
Xavier Noria
a9587935de copy-edits some docs 2010-07-08 16:53:37 +02:00
Xavier Noria
64c75d6618 Merge remote branch 'docrails/master' 2010-07-07 12:58:46 +02:00
Andrew White
0f96cea322 Add note about incompatibility of namespace and :controller 2010-07-07 05:32:26 +01:00
Xavier Noria
92ff71bb14 documents automatic management of join models in hmt associations, in particular the gotcha that deletion is direct 2010-07-06 17:29:34 +02:00
l4u
e5c95b1871 Fixed minor typo app/view to app/views 2010-07-06 21:15:14 +08:00
José Valim
a5dda97602 Define a convention for descendants and subclasses.
The former should be symmetric with ancestors and include all children. However, it should not include self since ancestors + descendants should not have duplicated. The latter is symmetric to superclass in the sense it only includes direct children.

By adopting a convention, we expect to have less conflict with other frameworks, as Datamapper. For this moment, to ensure ActiveModel::Validations can be used with Datamapper, we should always call ActiveSupport::DescendantsTracker.descendants(self) internally instead of self.descendants avoiding conflicts.
2010-07-05 13:01:27 +02:00
Andrew White
7d04a4be6b Reword routing guide so that we talk about prefixing as a use of :as rather than as a specific prefixing option (which :name_prefix used to be). 2010-07-04 08:05:58 +01:00
Jeff Dean
a7988fcf41 Added release notes for 3 changes to helpers 2010-07-04 00:35:34 -04:00
Andrew White
547199ee4a Updated routing guide to reflect the fact that :name_prefix is now :as 2010-07-03 09:18:02 +01:00
Andrew White
52e526a8e3 :singular is no longer a valid option for resources [#5037 state:resolved] 2010-07-03 09:01:01 +01:00
Uģis Ozols
5360014a5d Changed passed argument to :validate => false in validation skipping section. 2010-07-03 03:16:04 +03:00
Santiago Pastorino
2ef8a2b403 bump erubis version to 2.6.6 and thor version to 0.13.7
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-07-02 01:51:03 +02:00
Jeremy Kemper
d7c1057652 Bump bundler dependency to 1.0.0.beta.2 or later 2010-07-01 10:44:53 -07:00
José Valim
53b34e8476 Avoid calls to Rails::Application since this is not the official API.
Your application should *always* reference your application const (as Blog::Application) and Rails.application should be used just internally.
2010-07-01 18:43:44 +02:00
Xavier Noria
4329f8133f Merge remote branch 'rails/master' 2010-06-28 00:12:15 +02:00
Xavier Noria
c37f7d66e4 your beloved and infamuous typo only spottable in github colored diff, thank you 2010-06-28 00:04:38 +02:00
Xavier Noria
8de0939708 AS guide: documents String|conversions 2010-06-27 23:59:01 +02:00
Trevor Turk
81e9627c7f Provide example for working around that regexp anchors can't be in route constraints 2010-06-25 18:50:56 -05:00
Neeraj Singh
dd5924d8ca added to_xml section for controller 2010-06-25 14:13:47 -04:00
Neeraj Singh
a2242a608e regexp anchors can't be in route constraints 2010-06-25 10:07:09 -04:00
rohit
3ac5a53397 Guides: replace reference to hpricot with nokogiri [#3290 state:resolved] 2010-06-23 18:22:02 +05:30
Jamison Dance
36d1e90e22 fixing some comma and grammar problems in the note about SQLite3 and other database configurations 2010-06-22 03:27:29 -06:00
Jeremy Kemper
1b369be02f Bump rack-mount to 0.6.5 for tokenizer speedup 2010-06-21 18:28:00 -07:00
Jaime Iniesta
23d277476a Ignore file guides/output/layout.html on W3C validations 2010-06-21 12:39:27 +02:00
rohit
eaa973fc78 Guides: AS Core Extensions, minor type 2010-06-21 10:33:36 +05:30
rohit
94a7964a89 Guides: AS Core Extentions, fix warning message to display correctly. 2010-06-21 10:16:06 +05:30
rohit
9b7540bd92 Guides: AS Core Extentions, minor typos fixed. 2010-06-21 10:11:21 +05:30
rspeicher
0da754dc59 Generators Guide: Fix another typo I introduced 2010-06-20 21:21:44 -04:00
Xavier Noria
207fa59675 Merge remote branch 'rails/master'
Conflicts:
	actionpack/lib/abstract_controller/base.rb
2010-06-20 23:13:19 +02:00
rspeicher
31cadc730a Generators Guide: Typo of my own 2010-06-20 16:42:20 -04:00
rspeicher
1168d65237 Generators Guide: Style/grammar changes and minor typos 2010-06-20 16:39:44 -04:00
rspeicher
1cc71d7931 Generators Guide: Make titles conform to conventions 2010-06-20 16:38:05 -04:00
rspeicher
b083bf2410 Generators Guide: Remove semicolons from prologue, as none of the other guides had them 2010-06-20 16:15:11 -04:00
rohit
95a8f252c0 remove executable permission from files that don't need it. [#4802 state:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
2010-06-20 00:50:48 +02:00
Jaime Iniesta
6d222cb94e cleaner output for rake validate_guides: dot-style, brief summary and detailed description below 2010-06-18 15:26:07 +02:00
Bryan Woods
5861fde01f Merge remote branch 'origin/master' 2010-06-16 15:53:20 -04:00
Bryan Woods
c1ff781001 Guides: renaming to active_record_validations_callbacks for consistency and updating links to reflect new path 2010-06-16 15:50:32 -04:00
kaygee
9a4fc42071 Clarify language around list of finder methods.
Clarify that finder methods return an instance of class ActiveRecord::Relation.
2010-06-16 13:06:46 -05:00
kaygee
317a75bf58 Fix incorrect pluralization in 'These methods allows you to pass arguments...'. 2010-06-16 12:10:50 -05:00
rohit
746347d997 Guides: AS Core Extensions, behaviour => behavior 2010-06-16 12:52:21 +05:30
rohit
f103a75b48 Guides: AS Core Extensions, fixed a few typos. 2010-06-16 12:48:32 +05:30
Bryan Woods
33b46079bc Fixing some minor typos, grammar, accuracy, and spacing issues in Active Record Validations Callbacks guide 2010-06-15 15:17:23 -04:00
rspeicher
1a50cc3163 Routing guide - Minor typo/consistency changes 2010-06-14 18:46:30 -04:00
rspeicher
6f0eb4a098 Active Record Basics - Separate and clarify the explanations for created_at/on and updated_at/on 2010-06-14 18:19:01 -04:00
rspeicher
ef2798f018 Active Record Basics - Style and grammar edits
- "i.e." should be "e.g." in these cases, and include the comma
- Newline consistency before/after Ruby blocks
- Conform to the apparent guide standard of "Active Record" over "ActiveRecord"
2010-06-14 18:11:35 -04:00
rspeicher
b442edbfcc Fix minor typos and inconsistencies, and one minor grammar change 2010-06-14 17:19:15 -04:00
Derek Willis
4b05de19aa updated active record querying guide to standardize on first_name for Client 2010-06-13 22:36:42 -04:00
Derek Willis
1c95b67857 updated active record querying guide to standardize on first_name for Client 2010-06-13 22:35:16 -04:00
Santiago Pastorino
2fadc1c5dd Remove unneeded .rb suffix on require statements 2010-06-13 19:50:38 -03:00
Josiah Ivey
52ed3404bc Routing guide: Fix path 2010-06-13 10:29:32 -05:00
Rohit Arondekar
b7a305f0cb Rails Guides: AR Querying, .count should be at the end as it returns a number. [#4811 state:resolved] 2010-06-13 03:05:56 -07:00
Santiago Pastorino
8d1b742979 gems versions bumped up 2010-06-13 05:48:25 -03:00
Xavier Noria
f2991fc9cc Merge remote branch 'docrails/master' 2010-06-12 00:30:48 +02:00
Xavier Noria
b731948bda AS guide: updates docs on date calculations to reflect a0a6cc2 2010-06-12 00:19:12 +02:00
Xavier Noria
2148e2cc94 grammar fixes 2010-06-11 07:00:08 +02:00
Neeraj Singh
54437f30f7 fixing typo 2010-06-10 21:49:09 -04:00
Xavier Noria
61fc7a4550 abort generation/booting on Ruby 1.9.1 2010-06-10 21:49:45 +02:00
Xavier Noria
751f79a033 Merge remote branch 'rails/master' 2010-06-08 21:23:29 +02:00