Commit Graph

10548 Commits

Author SHA1 Message Date
Xavier Noria
66f5502fcc revised titles in validation and callbacks guide 2009-03-14 22:20:05 +01:00
Xavier Noria
abe921f81f revised titles in performance guide 2009-03-14 22:20:05 +01:00
Xavier Noria
b0caa62cbf revised titles in debugging guide 2009-03-14 22:20:04 +01:00
Xavier Noria
643ec33207 revised titles in security guide 2009-03-14 22:20:04 +01:00
Xavier Noria
4c426984e1 revised titles of rack guide 2009-03-14 22:20:04 +01:00
Xavier Noria
cd2475a5c8 revised typography in titles of the routing guide 2009-03-14 22:20:04 +01:00
Mike Gunderloy
79f165974f Mark callbacks guide done 2009-03-14 16:13:47 -05:00
Mike Gunderloy
c50316347b Minor cleanup to callbacks/validations guide 2009-03-14 16:12:09 -05:00
Xavier Noria
b8391e4018 fixes typo in finders guide 2009-03-14 21:43:56 +01:00
Xavier Noria
8867a636b3 revised case in titles of AC overview guide 2009-03-14 17:17:28 +01:00
Xavier Noria
41b4d3d899 revised typography in layouts and rendering guide 2009-03-14 17:14:32 +01:00
Xavier Noria
bdf3333519 revised case in titles of associations guide 2009-03-14 17:09:07 +01:00
Xavier Noria
0a88d42990 revised case in titles of AR basics guide 2009-03-14 17:03:10 +01:00
Xavier Noria
5b079a653e revised case in titles of migrations guide 2009-03-14 16:59:26 +01:00
Xavier Noria
ac1068bc5b revised capitalization of titles 2009-03-14 16:14:41 +01:00
Xavier Noria
5367434bdd minor details in the querying guide 2009-03-14 16:05:51 +01:00
Pratik Naik
0e19ba6f20 Query guide is done 2009-03-14 14:38:32 +00:00
Pratik Naik
f60445940f Fix the table name 2009-03-14 14:37:08 +00:00
Pratik Naik
f5efe1cf8c Move find_each stuff to the top and change a bit 2009-03-14 14:30:49 +00:00
Pratik Naik
b8ad501c91 Merge commit 'mainstream/master' 2009-03-14 13:12:13 +00:00
Jason King
ac3848201d SQLite adapters now support DDL transactions [#2080 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2009-03-14 12:58:42 +00:00
Joshua Peek
5b025a1d11 Revert 5b7527ca "Failing test for routes with member & requirement" [#2054 state:wontfix] 2009-03-13 17:13:18 -05:00
Joshua Peek
eced3d8c55 Update rack to fix multipart uploads with an empty file [#1945 state:resolved] 2009-03-13 17:13:10 -05:00
Rodrigo Rosenfeld Rosas
626221d17c Extra spaces on list items were generating wrong output in Testing guide. 2009-03-13 10:10:00 -03:00
Rodrigo Rosenfeld Rosas
586ef2977b Corrects minor spelling mistake (practises -> practices). 2009-03-13 09:54:09 -03:00
Mike Gunderloy
2885a9a8de Update 2.3 relnotes through 3/13 AM, remove warning about RC to get ready for release. 2009-03-13 07:26:16 -05:00
David Dollar
99d75a7b02 Makes the gem system understand development vs. runtime dependencies [#2195 state:resolved]
The patch also fixes:

* Fixes the chicken/egg problem present in the current gem system when
  gems are defined in the config that are not yet installed.

* Remove the need to have hoe as a dependency of your production app.

* Makes the gem 'unpacking' system a lot less fragile.

Signed-off-by: Matt Jones <al2o3cr@gmail.com>
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2009-03-13 10:20:23 +00:00
Zack Hobson
5b751ae0b3 Execute the appropriate gem command when using JRuby [#2215 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2009-03-13 10:14:51 +00:00
John Dzak
9d906707be Vendored gem paths now being loaded if they exist [#2204 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2009-03-13 10:13:57 +00:00
Xavier Noria
6064446752 explains the order in which records are fetched by find_each 2009-03-13 09:29:37 +01:00
Xavier Noria
8ac0e63104 prevents the mini-bio of fxn to wrap below the picture 2009-03-13 02:00:54 +01:00
Xavier Noria
11906ec103 reword a paragraph in find_each explanation 2009-03-13 01:28:51 +01:00
Xavier Noria
952b340703 explains find_each and find_in_batches in the querying guide 2009-03-13 00:36:28 +01:00
Xavier Noria
655f95a8a6 in batches.rb, rewrap rdoc, and document options as symbols 2009-03-12 23:28:33 +01:00
Jeremy Kemper
5f1d6465b4 Change naming to match 2.2 so life is easier on plugin developers 2009-03-12 13:32:52 -07:00
Jeremy Kemper
82c6597dc2 Eliminate internal render stack since we only need its head and tail 2009-03-12 12:34:47 -07:00
Jonathan del Strother
9230678104 Use xmlschema when serializing TimeWithZones to xml [#2223 state:resolved]
When using Hash#to_xml, any TimeWithZone objects now use xmlschema (iso8601), rather than a simple TimeWithZone#to_s.

Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2009-03-12 18:35:49 +00:00
Mike Gunderloy
d771e7d17f Handle irregular plurals in polymorphic_urls [#2212 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2009-03-12 17:02:07 +00:00
Eloy Duran
de55c8d745 Fixed some spelling errors in documentation about AssociationCollection::destroy and AssociationCollection::destroy_all.
This time without the whitespace fixes and move of the destroy_all method.
2009-03-12 16:50:10 +01:00
Eloy Duran
8e277f89cd Revert "Fixed some spelling errors in documentation about AssociationCollection::destroy and AssociationCollection::destroy_all."
This reverts commit b304b0be013a05b19708659a350b89fc071e9a7d.
2009-03-12 16:46:38 +01:00
Eloy Duran
b304b0be01 Fixed some spelling errors in documentation about AssociationCollection::destroy and AssociationCollection::destroy_all.
Also fixed some whitespace.
2009-03-12 16:42:41 +01:00
Chris Kampmeier
3c64c9a575 Fix spelling of an internal method [#1734 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2009-03-12 15:41:31 +00:00
Pratik Naik
53744c5438 Merge commit 'mainstream/master'
Conflicts:
	actionpack/lib/action_view/helpers/text_helper.rb
	activesupport/lib/active_support/inflector.rb
2009-03-12 15:31:24 +00:00
Luca Guidi
47bdf3bf40 Ensure AutosaveAssociation runs remove callbacks [#2146 state:resolved]
Signed-off-by: Eloy Duran <eloy.de.enige@gmail.com>
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2009-03-12 15:24:37 +00:00
Elijah Miller
91b98cf0a5 Returning nil from named scope lambda is equivalent to an empty hash [#1773 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2009-03-12 15:06:19 +00:00
Bradford Folkens
aa57e66fec Ensure HWIA#reverse_merge! retrurns HWIA [#421 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2009-03-12 15:03:01 +00:00
Damian Terentiev
8a17fd1a65 Fixed that template runner gem method to output :lib => false correctly [#1940 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2009-03-12 14:45:55 +00:00
Murray Steele
db26ace030 Ensure NoMethodError isn't raised when some of the nested eager loaded associations are empty [#1696 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2009-03-12 13:49:16 +00:00
CassioMarques
053afbe3bd Changing :integer_only to :only_integer in the AR Validations and Callbacks guide 2009-03-12 10:37:16 -03:00
Will Bryant
92dadf6d79 Fixed autosave checks on objects with hm:t in :include [#2213 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2009-03-12 13:26:21 +00:00