Commit Graph

361 Commits

Author SHA1 Message Date
Xavier Noria
62725b1de8 updates work status of fxn 2009-07-07 01:39:46 +02:00
Xavier Noria
bf5ac9965f routing guide: removes misleading full stop, thanks to steven_noble 2009-07-02 14:53:24 +02:00
Xavier Noria
5b59bff705 migrations guide: updates link to foreign_key_migrations plugin, thanks to holli 2009-07-02 14:45:40 +02:00
Xavier Noria
b0df8b615e AS guide: added section "Silencing Warnings, Streams, and Exceptions" 2009-06-28 02:22:57 +02:00
Xavier Noria
3009fcffa5 guides -> Guides in title of home page 2009-06-21 18:58:31 +02:00
Justin Brown
6fba6c6d81 Testing Guide: fix some grammar errors and typos 2009-06-19 12:28:28 -05:00
Xavier Noria
bdf9c97c8c AS guide: renames a variable 2009-06-13 15:41:47 +02:00
Xavier Noria
74e87308ed AS guide: typo 2009-06-13 15:40:21 +02:00
Xavier Noria
8ac17e6d9b AS guide: explains to_query 2009-06-13 15:37:59 +02:00
Xavier Noria
c62f1f0754 AS guide: 2nd revision of the explanation of to_param 2009-06-13 15:00:21 +02:00
Xavier Noria
c35d55c918 AS guide: explains to_param 2009-06-13 10:11:47 +02:00
Xavier Noria
0c70bf373c AS guide: adds another example to Object#metaclass 2009-06-13 09:15:21 +02:00
Xavier Noria
fe0cf9213c AS guide: explains acts_like? 2009-06-13 01:10:22 +02:00
Xavier Noria
e20e0c8c42 AS guides: explains Object#metaclass and Object#class_eval 2009-06-13 01:10:22 +02:00
Xavier Noria
b9ac9474db AS guide: rewords a sentence 2009-06-13 01:10:22 +02:00
Xavier Noria
ee9382e597 AS guide: explains blank? and present? 2009-06-07 01:19:12 +02:00
Xavier Noria
d6424f05c3 AS guide: explains array grouping 2009-06-02 00:13:00 +02:00
Xavier Noria
c842dbf16d simplifies a sentence 2009-06-01 21:12:44 +02:00
Joseph Pecoraro
c2917940f5 Fixed XHR typo and another Application => ApplicationController typo 2009-06-01 09:42:59 -04:00
Pratik Naik
67317b6104 Make ApplicationController extend from AC::Base 2009-06-01 09:41:46 +01:00
Xavier Noria
dc7323efd3 AS guide: explains extensions to Array for accessing elements 2009-06-01 00:19:05 +02:00
Xavier Noria
a66909c5c4 AS guide: adds see also to explanation of Class#remove_subclasses 2009-05-31 23:25:25 +02:00
Xavier Noria
680303107a AS guide: small rewording 2009-05-31 23:25:25 +02:00
Xavier Noria
f60b732940 AS guide: explains class removal 2009-05-31 23:08:05 +02:00
Xavier Noria
c78e587e0b use "Subclasses" in title for coherence with method name 2009-05-31 23:08:05 +02:00
Mike Enriquez
145f182ea1 Fix url and route helpers to follow the given example 2009-05-31 11:16:28 -04:00
Joseph Pecoraro
0351896f71 Fixed some typos and a more common grammar styles. 2009-05-31 10:17:12 -04:00
Joseph Pecoraro
e93e422532 Fixed typo. 2009-05-31 10:00:15 -04:00
Xavier Noria
d610295cf3 AS guide: explains Class#subclasses 2009-05-31 15:52:16 +02:00
Xavier Noria
370cdd2d80 just a typo 2009-05-31 01:18:34 +02:00
Xavier Noria
a5394c9313 explains superclass_delegating_accessor 2009-05-31 01:13:44 +02:00
Xavier Noria
4f90eb9f19 form helpers guide: revises a TIP on resources 2009-05-30 10:25:55 +02:00
Joseph Pecoraro
8e06b2ce25 Fixed some links pointing to guides.rails.info to relative links. Fixed hashs as well. 2009-05-30 01:16:03 -04:00
Joseph Pecoraro
3b6a40a7bd Fixed links to the Routing Guide. 2009-05-30 01:01:36 -04:00
Joseph Pecoraro
ece603cdf9 Added TIP about resources when using the short form_for syntax. 2009-05-30 00:53:32 -04:00
Joseph Pecoraro
c9d7affd8c Link titles are generally capitalized. 2009-05-30 00:49:25 -04:00
Joseph Pecoraro
7749e1784c Grammer: 'a' => 'an' where applicable. 2009-05-29 21:09:01 -04:00
Joseph Pecoraro
3aeec3209c Clarification in an example. Grammar correction. 2009-05-29 20:48:46 -04:00
Joseph Pecoraro
f68fca2e76 Linked to the IRC channel. 2009-05-29 16:27:50 -04:00
Joseph Pecoraro
3014f0f4c5 Capitalized Rails where appropriate. 2009-05-29 16:26:50 -04:00
Joseph Pecoraro
796fef684b Corrected path to standard. 2009-05-29 10:40:29 -04:00
Joseph Pecoraro
72b033f6b6 Corrected paths to standard. 2009-05-29 10:29:44 -04:00
Joseph Pecoraro
d2b8564ab2 Typo and Style Corrections 2009-05-29 09:53:33 -04:00
Xavier Noria
9c0064dd98 fixes markup, thanks to Joseph Pecoraro 2009-05-27 22:46:49 +02:00
Xavier Noria
9b5fd797c5 performance guide: performance tests run in test environment, thanks to Nicholas J Kreucher 2009-05-24 01:05:16 +02:00
Xavier Noria
a65457158e layouts guide: makes some app paths relative 2009-05-24 00:26:08 +02:00
Xavier Noria
39ad75bda2 associations guide: find_by_customer_id -> find_all_by_customer_id, thanks to Kai Krakow 2009-05-24 00:04:45 +02:00
Xavier Noria
402f08f1ef in associations guide: exist? -> exists?, thanks to Peter Zlatnar 2009-05-23 23:55:04 +02:00
Xavier Noria
9d316bbf7c AS guide: documents class attribute accessors and inheritable attributes 2009-05-23 04:46:07 +02:00
Pratik Naik
8ba4307bf7 Add coding style to contributing guide 2009-05-20 23:44:38 +02:00