Commit Graph

9738 Commits

Author SHA1 Message Date
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
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
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
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
Pratik Naik
190eb9b07f Some examples for perf testing 2009-01-10 02:56:14 +00:00
Pratik Naik
8342174b28 Keep movin stuff in perf guide 2009-01-10 01:10:34 +00:00
Pratik Naik
9cffd6f842 More refactoring in perf guide 2009-01-10 00:32:22 +00:00
Joshua Peek
40a75a5091 Refactor request xml params parsing tests 2009-01-09 16:05:27 -06:00
Joshua Peek
38a723e6ea Refactor request json params parsing tests 2009-01-09 15:43:32 -06:00
Joshua Peek
ac4bf1180a Ensure we override Rack::Request's POST method too 2009-01-09 13:12:39 -06:00
Pratik Naik
a2a0b44a9a Some more perf guide stuff 2009-01-09 18:58:27 +00:00
Joshua Peek
282c1d6159 Refactor request query string parsing tests 2009-01-09 12:52:59 -06:00
Joshua Peek
e1f73aab8c Inherit ActionController::Request from Rack::Request 2009-01-09 11:47:44 -06:00
Pratik Naik
e0fa041fce Process time should be wall time when benchmarking 2009-01-09 16:46:24 +00:00
CassioMarques
79eba81df8 Added :allow_blank to the common validation options section 2009-01-08 21:16:42 -02:00
CassioMarques
afdacd0857 Moved validates_each to the last position of it's section. Added VIM swap files to .gitignore 2009-01-08 21:00:16 -02:00
Pratik Naik
2c2824a967 Update performance testing guide stuff 2009-01-08 15:57:19 +00:00
Jeremy Kemper
859e1508be Fix test broken by test process changes 2009-01-07 16:37:32 -08:00
Pratik Naik
582e7c115e Regen guides 2009-01-07 23:56:02 +00:00
Jeremy Kemper
074414883c Remove Content-Length header from :no_content responses 2009-01-07 15:55:28 -08:00
Jeremy Kemper
48963a55c7 Set assigns for integration tests also 2009-01-07 15:52:19 -08:00
Jeremy Kemper
347db97edd Take care not to mix in public methods 2009-01-07 14:49:12 -08:00
Jeremy Kemper
c90572e3ab Use instance_eval instead of adding an accessor to the class 2009-01-07 14:49:12 -08:00
Jeremy Kemper
35fa007313 Include process methods in ActionController::TestCase only. No need to alias_method_chain :process either. 2009-01-07 14:49:05 -08:00
Jeremy Kemper
0f9e65b71f Object#tap for Ruby < 1.8.7 2009-01-07 13:19:48 -08:00
Pratik Naik
17da45b789 Fix JSON decoder date-converter regexp [#1662 state:resolved] [Jonathan del Strother] 2009-01-07 17:51:11 +00:00
Chris Kampmeier
c4193d9f8e Rewrite ActiveRecord::Base#destroy_all docs to remove incorrect info, mention return value, and improve clarity
(The incorrect information is "at least 2*N database queries" -- it's N+1 at best.)
2009-01-06 22:51:57 -08:00
Michael Koziarski
2f92313324 Spam people with commit rights on test failures. 2009-01-07 18:18:00 +13:00
Mike Gunderloy
19818eb0ea Update CI configuration to reflect latest gems. 2009-01-07 16:42:53 +13:00
Jeremy Kemper
8736dd3241 Fix failing flash test 2009-01-06 16:57:41 -08:00
Jeremy Kemper
851c3de5c9 Merge branch 'master' of git@github.com:rails/rails 2009-01-06 15:36:38 -08:00
Jeremy Kemper
9b96e8d1cc Consolidate test_help requires 2009-01-06 15:36:08 -08:00
Jeremy Kemper
84194ce936 Explicitly require AS::TestCase 2009-01-06 15:35:46 -08:00