Commit Graph

1072 Commits

Author SHA1 Message Date
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