Commit Graph

9779 Commits

Author SHA1 Message Date
Andrew White
4cbf55344d Update route globbing documention in RDoc 2009-01-15 23:34:25 +00:00
Cody Fauser
b8907d2e6e Use :secure key in session_options example instead of :session_secure 2009-01-15 06:56:08 -05:00
CassioMarques
51460808cd Small modifications in the text of the section about using the errors collection in the view, fixed a typo at the validates_numericality_of section 2009-01-15 00:50:47 -02:00
CassioMarques
301b2fefaa Fixing mistake in code example with validates_numericality_of and :only_integer option 2009-01-15 00:15:02 -02:00
CassioMarques
9cc7a1e04d Adding options for validates_numericality_of, adding author name with link at the end of the page 2009-01-14 23:51:07 -02:00
CassioMarques
baa0ce8745 Added Vim old swap files do .gitignore 2009-01-14 23:51:07 -02:00
Xavier Noria
ed847ad4e6 revised rdoc of class_of_active_record_descendant 2009-01-15 01:01:59 +01:00
Pratik Naik
deb597d63d Merge commit 'mainstream/master' 2009-01-14 15:36:27 +00:00
Hongli Lai (Phusion)
9bcf01b23c Fix PostgreSQL unit test failures that only occur when using the old 'postgres' driver.
[#1748 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2009-01-13 15:58:50 -08:00
Joshua Peek
b281a6a5b2 Use Rack's MethodOverride lib [#1699 state:resolved] 2009-01-13 17:26:29 -06:00
Joshua Peek
9775c25824 Update multipart tests to expose (another) bug in Rack's multipart parser 2009-01-13 17:21:45 -06:00
Joshua Peek
1adc1496f9 Add RewindableInput wrapper to fix issues with middleware that impolitely eat up non-rewindable input 2009-01-13 16:09:51 -06:00
Bryan Ash
5a43908c74 Explicitly read as binary in multipart_body for Windows [#1065 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
2009-01-13 14:42:43 -06:00
Cody Fauser
d3107ce3b0 Use :key instead of old :session_key in session_store.rb generator and docs [#1746 state:resovled]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
2009-01-13 14:27:23 -06:00
Cody Fauser
b6a94fc1c6 Remove legacy reloadable? method from ActiveRecord::SessionStore [#1745 state:resolved]
Signed-off-by: Joshua Peek <josh@joshpeek.com>
2009-01-13 13:45:10 -06:00
Pratik Naik
c99ef814b0 Revert "HTTP Digest authentication [#1230 state:resolved]"
This reverts commit 45dee3842d.

Reasons :

1. The code is not working in it's current state
2. Should not be using exceptions for flow control
2009-01-13 16:13:42 +00:00
Pratik Naik
e46c807655 Regenerate html 2009-01-13 05:15:07 +00:00
Pratik Naik
59b6ae373c Update guide to say sessions are lazy loaded 2009-01-13 05:12:40 +00:00
Pratik Naik
5339f813be Change Object#try to raise NoMethodError on private methods and always return nil when Object is nil [Pratik Naik, Lawrence Pit] 2009-01-13 03:28:32 +00:00
Mike Gunderloy
fbfc54efdd Edits to validation section 2009-01-12 17:17:44 -06:00
Pratik Naik
547e6d1c3d Move rake middleware to the top 2009-01-12 21:03:01 +00:00
Pratik Naik
3bf2ee57b0 Update internal middlewares/purpose table. 2009-01-12 18:49:41 +00:00
Chris Kampmeier
2a00f72aca Docs: in typical usage, "descendant" is the noun and "descendent" is the adjective 2009-01-11 20:47:01 -08:00
Chris Kampmeier
efce9aa71b A little copyediting of 73db43527d 2009-01-11 20:33:58 -08:00
Chris Kampmeier
73db43527d Add better docs for ActiveRecord::Base#attribute_for_inspect 2009-01-11 20:28:15 -08:00
Pratik Naik
10a35b0b1d Add Pratik to authors page 2009-01-11 23:30:14 +00:00
Pratik Naik
24ecfc0041 - Approve performance guide for publication
- Rename AR finders guide
2009-01-11 23:30:14 +00:00
CassioMarques
de565b7e1d Adding explanation about how the callback chain is wrapped in a transaction 2009-01-11 20:35:47 -02:00
Nicholas Dainty
296ca4da17 TimeWithZone#xmlschema accepts optional fraction_digits argument [#1725 state:resolved] 2009-01-11 13:56:07 -06:00
Pratik Naik
8b63abbb08 Add links 2009-01-11 19:51:39 +00:00
Pratik Naik
55c18cfb28 - Add 'Performance test environment' to Performance guide
- Add rake middleware and Josh's chat log to Rack guide
- Remove long changelog from Active Record Finders guides
2009-01-11 19:22:19 +00:00
Pratik Naik
bda787e9b1 Initial draft of the rack guide 2009-01-11 15:58:12 +00:00
Colin Law
55901d7d86 Merge branch 'master' of git@github.com:lifo/docrails 2009-01-11 12:13:50 +00:00
Colin Law
3e60ea6c23 Clarified use of assert_select with blocks in testing guide and rdoc text 2009-01-11 11:56:53 +00:00
Jeremy Kemper
f1fff0a480 Merge branch 'master' of git@github.com:rails/rails 2009-01-10 15:09:08 -08:00
Joshua Peek
18cb0493d1 Refactor request urlencoded params parsing tests 2009-01-10 16:02:03 -06:00
Jeremy Kemper
ab0ce052ba Introduce transaction_joinable flag to mark that the fixtures transaction can't joined, a new savepoint is required even if :requires_new is not set. Use :requires_new option instead of :nest. Update changelog.
[#383 state:committed]
2009-01-10 13:39:37 -08:00
Jeremy Kemper
223a1d9451 Merge branch 'master' into savepoints 2009-01-10 12:14:44 -08:00
CassioMarques
cf4b24407a Getting rid of the example of callback registration by overrinding the callback method name 2009-01-10 17:49:12 -02:00
CassioMarques
32c3ce1d2b Adding text about conditional callbacks 2009-01-10 17:38:48 -02:00
Pratik Naik
7c81a1ea93 Minor changes to AR#delete/destroy docs 2009-01-10 18:52:59 +00:00
Pratik Naik
b6f33d6bf8 Merge commit 'mainstream/master'
Conflicts:
	activerecord/lib/active_record/base.rb
2009-01-10 18:43:27 +00:00
Joshua Peek
9fe69b225c Moved query string parsing tests into the request tests folder 2009-01-10 11:39:57 -06:00
Joshua Peek
92dbf5ba83 Refactor request multipart params parsing tests 2009-01-10 11:32:38 -06:00
Pratik Naik
a5981517e6 Regen html 2009-01-10 16:55:42 +00:00
Mike Gunderloy
1ea5c489f3 Copy editing on performance test guide. 2009-01-10 10:49:33 -06:00
Pratik Naik
f16573afff Add command line tools to perf guide 2009-01-10 16:26:10 +00:00
Pratik Naik
29664f582c Fix typos 2009-01-10 04:43:14 +00:00
Pratik Naik
2b384df218 Add a note about tuning perf test runs 2009-01-10 04:37:14 +00:00
Pratik Naik
807c1e899d Minor changes in performance guide 2009-01-10 03:28:23 +00:00