Commit Graph

24207 Commits

Author SHA1 Message Date
Waynn Lue
55296ec0ea typo in "wont" 2011-08-13 16:22:13 -07:00
Vijay Dev
8f6959d5a4 3.1 release notes Active Record changes, Architectural changes and
organizing sections.
2011-08-13 16:22:13 -07:00
Arun Agrawal
8015acf032 Adding more info as rake about is fixed 2011-08-13 16:22:12 -07:00
Arun Agrawal
0e715d0b8c Rack::Sendfile is no more default middleware. 2011-08-13 16:22:12 -07:00
Waynn Lue
a98eca8ba5 "blog" is more common than "weblog" these days. 2011-08-13 16:22:12 -07:00
Vijay Dev
f407239964 3.1 release notes - added AP and Railties sections 2011-08-13 16:22:12 -07:00
Vijay Dev
ebbf010d4d 3.1 release notes draft 2011-08-13 16:22:12 -07:00
Vijay Dev
ad9e52f156 prefer to use if..end unless the condition is simple/compact 2011-08-13 16:22:12 -07:00
Vijay Dev
225a2482c1 remove some parts of the section on shortcut helpers, document custom validators 2011-08-13 16:22:11 -07:00
Vijay Dev
7372e9ae9a make the warning clear about the effect of using validates_associated on both sides on an association. 2011-08-13 16:22:11 -07:00
Vishnu Atrai
ad55b1aa86 usages of active resouce 2011-08-13 16:22:11 -07:00
Vishnu Atrai
95c2230f05 configuration for active resource 2011-08-13 16:22:11 -07:00
Vishnu Atrai
5da1ddb750 Introduction for active resource 2011-08-13 16:22:11 -07:00
Vishnu Atrai
2177282262 Active Resouce guide initial load 2011-08-13 16:22:11 -07:00
Bratish Goswami
186e7dd4ff '/' was outside of anchor tag. 2011-08-13 16:22:11 -07:00
Waynn Lue
086339a26a Superfluous "the". 2011-08-13 16:22:10 -07:00
Bratish Goswami
bf3649ab19 extra '/' removed from url, which was not linked 2011-08-13 16:22:10 -07:00
Vijay Dev
b57773c738 document meta method 2011-07-29 01:13:58 +05:30
ejy
9e39fd9985 Removed trailing slash of 'Download and installation' Github URL as per convention 2011-07-28 18:40:35 +02:00
Pete Campbell
6dc749596c Explicitly included hashes in sentence regarding SQL-injection-safe forms 2011-07-28 09:44:51 -04:00
Alberto Perdomo
5a22f05522 Association and Callbacks guide: Added section on shortcut syntax 'validates'. 2011-07-28 00:51:17 +01:00
Hendy Tanata
b0a91f2c5e Fix two spaces between sententes on README.rdoc. 2011-07-27 17:30:53 +07:00
Vijay Dev
fa159d3176 move the note after the scaffold files listing 2011-07-26 19:35:16 +05:30
Xavier Noria
cb02d10df2 sync the getting started guide with master 2011-07-25 15:10:13 -07:00
Xavier Noria
703d0e05c0 Merge branch 'master' of git://github.com/lifo/docrails 2011-07-25 14:20:01 -07:00
Xavier Noria
598eab90ff let TIP and friends handle a multiline paragraph
Normally I would have done this in master, but there was already
a guide with wrapped content, so worked here. I am going to
cross-merge now.
2011-07-25 14:12:12 -07:00
Vijay Dev
50ca6f06c7 Revert "aligment issues fixed"
This reverts commit 6f29b356c1.

Reason: Changelogs are not meant to be changed in docrails.
2011-07-25 23:41:28 +05:30
JudeArasu
6f29b356c1 aligment issues fixed 2011-07-25 23:26:36 +05:30
Santiago Pastorino
8e0061128e Merge pull request #2245 from davidtrogers/constraints_block_passed_to_following_routes_in_same_scope
Memoizing @blocks & disposing of constraints options properly
2011-07-25 10:32:31 -07:00
Dave Rogers
4dc42f5353 Ensure the constraints block is only applied to the correct route
addresses issue #1907 - any routes that follow a route with a constraints
  block are inheriting the previous route's constraints.
2011-07-25 09:59:53 -07:00
Glenn Gillen
4605b5639d Simplify the way default DATABASE_URL works. 2011-07-25 09:08:08 -07:00
Aaron Patterson
36fd3fdf46 no need for an anonymous class on every setup call 2011-07-25 09:07:46 -07:00
José Valim
b033a24814 Merge pull request #2258 from thedarkone/no-file-stat
Use shorter class-level File methods instead of going through File.stat
2011-07-25 08:13:21 -07:00
thedarkone
624b118616 Use shorter class-level File methods instead of going through File.stat. 2011-07-25 17:02:28 +02:00
Santiago Pastorino
64affc9384 Merge pull request #2236 from cldwalker/after_initialize
Fix after_initialize and Base.create edge case
2011-07-25 07:20:38 -07:00
José Valim
14c0f0ee12 Merge pull request #2254 from dmathieu/test_name
provide more explicit test names
2011-07-25 06:52:40 -07:00
Damien Mathieu
3348ea6254 provide more explicit test names 2011-07-25 15:25:22 +02:00
José Valim
451f63b42e Merge pull request #2247 from dmathieu/test_precompile_caching
Add test checking that precompiling assets performs caching
2011-07-25 05:36:00 -07:00
Vijay Dev
203a85f191 Revert "Add in a tip about opening two command prompt windows"
This reverts commit 1e5fa59d13.

Reason: It's somewhat a grey area. We don't really want to tell the
users how they want to use the terminal.
2011-07-25 17:39:17 +05:30
Vijay Dev
60c505dc79 Revert "Update the TIP formatter to handle multiline tips"
This reverts commit e3dbe66e19.

Reason: Code changes are not allowed in docrails.
2011-07-25 17:37:01 +05:30
José Valim
a850cf7058 Merge pull request #2251 from thedarkone/update-all-order
Bring back the ability to provide :order for update_all
2011-07-25 05:03:28 -07:00
José Valim
dffd920432 Merge pull request #2252 from thedarkone/polymorphic-url-helpers
Make polymorphic_url calls go through application helpers again.
2011-07-25 05:02:00 -07:00
thedarkone
036f77574d Make polymorphic_url calls go through application helpers again.
This brings back the ability to overwrite/extend url generating methods in application heleprs.
2011-07-25 13:43:02 +02:00
thedarkone
10863580aa Bring back the ability to provide :order for update_all. 2011-07-25 13:33:44 +02:00
Damien Mathieu
07c9ff0b4a add test checking that precompiling assets performs caching 2011-07-25 10:32:03 +02:00
Elliot Winkler
f330e6af34 Improve ch. 1 of the Form Helpers guide 2011-07-24 17:09:47 -06:00
Jason Noble & Ralph Shnelvar
1e5fa59d13 Add in a tip about opening two command prompt windows 2011-07-24 16:37:28 -06:00
Jason Noble & Ralph Shnelvar
0076a6fce2 Fix two spaces after end of sentence. 2011-07-24 16:37:27 -06:00
Jason Noble & Ralph Shnelvar
1ca4990a10 Extend description of rails generate scaffold and what it's options accomplish 2011-07-24 16:37:27 -06:00
Michael Lavrisha
62f865db0b Merge branch 'master' of github.com:lifo/docrails 2011-07-24 16:36:52 -06:00