Commit Graph

23930 Commits

Author SHA1 Message Date
Vijay Dev
2db9a7e930 minor refactor in the template guide 2011-07-23 02:21:05 +05:30
Vijay Dev
573c6e6982 document the change in edge rails which makes a more strict check on the arity of the dynamic finders 2011-07-23 01:59:46 +05:30
Vijay Dev
ccb3af4683 corrected sentences to make them consistent in command line guide 2011-07-23 01:19:24 +05:30
Vijay Dev
14b9726ecd minor corrections in caching guide 2011-07-23 01:18:37 +05:30
JudeArasu
3cafe04c81 grammatical changes 2011-07-22 00:28:24 +05:30
JudeArasu
238550f7c4 Merge branch 'master' of git@github.com:lifo/docrails 2011-07-22 00:26:31 +05:30
Vishnu Atrai
dc1b207d81 alias added for rails generate guide 2011-07-22 00:05:07 +05:30
Vishnu Atrai
444e01e4af alias added for rails runner guide 2011-07-21 23:54:41 +05:30
JudeArasu
6dfed66c32 grammatical changes 2011-07-21 23:52:10 +05:30
JudeArasu
9c7a55cf11 typo change 2011-07-21 22:57:41 +05:30
Vishnu Atrai
5801f42975 fixed type 2011-07-21 10:12:29 -07:00
Igor Zubkov
dcb838e695 Merge pull request #54 from biow0lf/fix_typo
Fix typo
2011-07-21 05:04:40 -07:00
Igor Zubkov
e7a7591087 Fix typo 2011-07-21 14:58:20 +03:00
Bratish Goswami
840ca47a46 Download and installation, License and Support sections added for activemodel 2011-07-21 13:03:45 +05:30
Ray Baxter
18792069ab use the doc conventions for arguments in all cases
See 5c71a4e768 (commitcomment-485675)
2011-07-20 23:33:42 -07:00
Damien Mathieu
de20e7c989 Merge pull request #53 from sepastian/master
Documentation fix ActiveModel::Dirty
2011-07-20 01:46:36 -07:00
Sebastian Gassner
9714d866f5 Documentation fix: adding missing equal sign in code sample for ActiveModel::Dirty. 2011-07-20 10:31:57 +02:00
Paul Battley
01c2a989f1 Update form helper documentation to match code.
Change d3cfee11 removed the automatically generated object_name_submit id attributes on form submit elements. This makes the documentation match.
2011-07-19 20:31:19 +01:00
Evan Machnic
51df7cac8f Fixed asset_url in asset_pipeline doc 2011-07-19 14:59:06 -04:00
Evan Machnic
f1a239fd6d Merge branch 'master' of github.com:lifo/docrails 2011-07-19 14:46:24 -04:00
Evan Machnic
2f4d9ef34e image_url documentation in asset_pipelin doc 2011-07-19 14:46:19 -04:00
Vijay Dev
46be69a220 spacing fix 2011-07-20 00:03:28 +05:30
Vijay Dev
4a54e40488 Fixing the incorrect change made in bae54c5 2011-07-20 00:03:28 +05:30
Vijay Dev
4719543c80 reword select_date's behaviour clearly when an incomplete options array is passed 2011-07-20 00:03:28 +05:30
Vijay Dev
4885e5d3eb minor corrections in form helpers guide and api docs 2011-07-20 00:03:28 +05:30
Vijay Dev
09dd03095a some corrections in assets pipeline guide 2011-07-20 00:03:28 +05:30
Evan Machnic
0cf5160a80 Capitalization compliance for asset_pipeline doc 2011-07-19 13:36:50 -04:00
Vijay Dev
db655ec7a6 Revert "notextile tag has been placed with ascii quotes"
This reverts commit 3e6052a430.

Reason: Code changes are not allowed in docrails (even if they are related to guides generation)
2011-07-19 12:18:23 +05:30
JudeArasu
3e6052a430 notextile tag has been placed with ascii quotes 2011-07-19 06:41:20 +05:30
Ryan Bigg
2f69469479 Complete another review of asset pipeline guide 2011-07-18 16:28:22 +10:00
Richard Hulse
27b1bf3c1f [asset pipeline] update capistrano task code
This code actually works.
2011-07-18 11:02:46 +12:00
Ray Baxter
98df4983b3 Add seach, tel, url and email inputs as 'Other Helpers of Interest' 2011-07-17 13:22:15 -07:00
Ray Baxter
82569b3827 examples for telephone_field, url_field and email_field 2011-07-17 13:10:17 -07:00
Ray Baxter
65b19c3633 document options to search_field 2011-07-17 13:08:02 -07:00
Ray Baxter
a4a309f2bc Merge branch 'master' of github.com:lifo/docrails 2011-07-17 09:31:23 -07:00
Ray Baxter
a92780e72a use correct in description 2011-07-17 09:07:18 -07:00
Richard Hulse
5187264e19 [asset pipeline] Correct CSS section and include Gem details
Also added note about compress option, which was 
not mentioned anywhere and is required
2011-07-17 20:22:25 +12:00
Richard Hulse
602bac19e7 [configuring] add doc for missing assets attribute
.compress turns on the compression using the types
specified in other config options
2011-07-17 20:22:25 +12:00
Ray Baxter
10c2132cbd we're talking about days here, not hours 2011-07-17 00:31:28 -07:00
Ray Baxter
5c71a4e768 wording between select_second, select_minute and
select_hour should be consistent and correct
2011-07-17 00:31:09 -07:00
Ray Baxter
f0a58dbd9b fix typo 2011-07-17 00:24:31 -07:00
Ray Baxter
2e6475ec06 make documentation agree with test expectations and
behaviour

See: test_select_date_with_incomplete_order in 
actionpack/test/template/date_helper_test.rb
2011-07-17 00:06:46 -07:00
Ray Baxter
4341a5abaa document that second tags are also returned by default 2011-07-16 23:54:40 -07:00
Ray Baxter
6970c000e8 there is no Time.today method, use Time.now 2011-07-16 23:47:06 -07:00
Ray Baxter
343a05a64f remove stray character 2011-07-16 23:44:01 -07:00
Ray Baxter
9a2b18cfd3 disambiguate uses of post/POST by using "article"
for the related variable passed to  date_select, 
time_select and datetime_select
2011-07-16 23:42:35 -07:00
Ray Baxter
762a2f4653 clarify that classes that include DateHelper can
also manipulate times
2011-07-16 23:29:51 -07:00
Ray Baxter
589ff96809 clarify that DateTime objects are allowed arguments
to distance_of_time_in_words
2011-07-16 23:27:26 -07:00
Ray Baxter
4ada0a58ae use minute instead of second in description of select_minute 2011-07-16 23:11:48 -07:00
Ray Baxter
851275e706 show correct helper in description 2011-07-16 23:09:59 -07:00