Commit Graph

23382 Commits

Author SHA1 Message Date
Vijay Dev
07d62ff719 minor clean up generators section 2011-06-16 22:49:06 +05:30
Vijay Dev
7c2db6ce37 add info that plugin installs need git or svn installed 2011-06-16 22:49:06 +05:30
Vijay Dev
bfb022adae document doc:* rake tasks 2011-06-16 12:29:47 +05:30
JudeAr
cbf2af1e81 typo changes fixed 2011-06-15 22:15:53 -07:00
JudeAr
0dd9db871d fixed typo chnages 2011-06-15 22:04:20 -07:00
Vijay Dev
406d61ee8c add details on how to use specific annotations in rake:notes 2011-06-15 23:26:19 +05:30
Vijay Dev
3e44159650 document how rake notes work 2011-06-15 22:53:57 +05:30
Jason Fox
1adb38b6c3 Merge pull request #47 from jasonfox/master
Fixed two errors in the doc
2011-06-15 09:39:59 -07:00
Jason Fox
b62c5493d1 The name for the plain text template in Rails3 appears to be method.text.erb, not, method.text.plain.erb. Updated the doc to reflect this change. Also fixed a reference to an example that was incorrect. 2011-06-15 12:38:01 -04:00
Vijay Dev
77c8cd7516 form => form_for 2011-06-15 18:56:22 +05:30
Christine Yen
0a67b745be Tweak linebreak in ActionController::Redirecting doc 2011-06-15 03:18:28 -07:00
Christine Yen
c6381657b7 Clarify importance of *_attributes= writer methods for nested fields 2011-06-15 03:15:58 -07:00
thoefer
6d96535524 Updated rails´s guides on the config.serve_static_assets and it´s settings in production mode using WEBrick. This documentation has it´s roots in #issue1657. You have to set config.serve_static_assets to true in production mode with WEBrick as only this includes ActionDispatch::Static. 2011-06-15 12:14:17 +02:00
Vijay Dev
28508d52a9 Merge pull request #45 from christineyen/redirect_to_docs
Documentation tweak - add a helpful reminder to redirect_to
2011-06-15 02:12:12 -07:00
Christine Yen
8da91036c0 Improve documentation around status code argument of redirect_to 2011-06-15 01:55:57 -07:00
Vijay Dev
045d9d2bae minor copy edit 0bdeddb 2011-06-15 11:44:31 +05:30
Arun Agrawal
0bdeddb97e Jruby => JRuby, Mysql => MySQL 2011-06-15 10:45:05 +05:30
Arun Agrawal
57ace9868a Moving hint down. As required after all database examples. 2011-06-15 07:40:49 +05:30
Arun Agrawal
8f05a2f7ae Using "Finally" at the end of database section. 2011-06-15 07:39:24 +05:30
Arun Agrawal
900dbca965 Added Doc for Postgresql database with Jruby Platform. #jruby 2011-06-15 07:38:08 +05:30
Arun Agrawal
aed85375ca Added doc for Mysql database with Jruby platform #jruby 2011-06-15 07:36:52 +05:30
Arun Agrawal
d5b1cf592b Adding doc for Sqlite3 database for Jruby platform #jruby 2011-06-15 07:36:04 +05:30
JudeArasu
f391f94428 typo changes 2011-06-14 23:16:05 +05:30
Sebastian Martinez
0c1e630d18 Prefer Time.current over Time.now on example code 2011-06-14 11:01:00 -03:00
Sebastian Martinez
10c2035084 Add Time#all_* to AS guides. 2011-06-14 10:53:38 -03:00
Vijay Dev
9db268db65 fix minor errors in nested model guide 2011-06-14 00:30:13 +05:30
Vijay Dev
3b4f04ab83 document the instance_accessor option for cattr_accessor 2011-06-13 23:14:15 +05:30
Lukas Stejskal
67a705f952 fix two typos: and array -> an array 2011-06-13 14:21:17 +02:00
Robert Massaioli
d7a2431408 cycle: make an odd number be marked as odd.
Just a minor issue that was annoying me so I thought that I would jump in and fix it.
2011-06-13 14:58:56 +10:00
Guillermo Iguaran
657ba2a9f0 Remove trailing whitespaces 2011-06-12 10:31:21 -05:00
Vijay Dev
00b4756790 assets are in app now and not in public 2011-06-12 16:17:34 +05:30
Sebastian Martinez
d48bbc895f Add example for rails server port option. 2011-06-11 19:32:01 -03:00
thoefer
04c31e2a10 fixed typo for a methodname 2011-06-11 23:56:29 +02:00
Uģis Ozols
70cafa2bff with -> will 2011-06-12 00:41:42 +03:00
Vijay Dev
07bf608644 document server options 2011-06-12 02:16:08 +05:30
Vijay Dev
d91ee6cba4 more command guide changes 2011-06-12 01:30:40 +05:30
Vijay Dev
940552ef42 make some changes to the command line guide 2011-06-11 22:11:16 +05:30
Vijay Dev
db027aa47e minor changes in templates guide 2011-06-11 21:31:45 +05:30
Vijay Dev
53a9849551 add missing end in example 2011-06-11 19:20:54 +05:30
Vijay Dev
3c06d25cf9 favor includes over old AR way 2011-06-11 19:20:54 +05:30
Vijay Dev
83289beddd fixed incorrect command usage. (This section needs to be updated in any case). 2011-06-11 19:20:54 +05:30
Vijay Dev
94c52e8bd7 minor fixes in action view guide 2011-06-11 19:20:54 +05:30
Xavier Noria
4699c93301 Merge branch 'master' of git://github.com/lifo/docrails 2011-06-11 00:59:46 +02:00
thoefer
029290f3de Fixed minor typo: 'Arraw' to 'Array' 2011-06-11 00:54:42 +02:00
Xavier Noria
6c58585ff5 shell out to run bundler on app generation, see rationale in the comment 2011-06-10 23:43:24 +02:00
José Valim
8eb2b519f2 Merge pull request #1631 from vijaydev/runner-help
rails runner without any options should show usage information
2011-06-10 06:45:52 -07:00
Vijay Dev
880371ef2b make 'rails runner' show usage when run without any options 2011-06-10 18:48:50 +05:30
José Valim
78acd17f31 Merge pull request #1567 from BDQ/engine_migrations
Ensure engine migrations are copied in correct sequence
2011-06-10 04:43:43 -07:00
Brian Quinn
25ad43015c Updated test to ensure correct sequence when copying engine/plugin migrations. 2011-06-10 12:12:50 +01:00
Brian Quinn
9f2e91414f Ensure engine migrations are copied in the same sequence that they are required. 2011-06-10 12:11:45 +01:00