Commit Graph

24159 Commits

Author SHA1 Message Date
Aaron Patterson
bb7e35531e removing inline source option from rdoc task. fixes #2169 2011-07-21 13:49:36 -07:00
Aaron Patterson
b744c8493b adding changelog entry for connection urls 2011-07-21 13:09:42 -07:00
Aaron Patterson
1a0b7ea3c9 adding more tests around database uri parsing 2011-07-21 12:57:05 -07:00
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
Aaron Patterson
f4ed975125 move around tests 2011-07-21 11:54:29 -07:00
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
Arun Agrawal
fbf4bee6ed This conditions is required to work with database create task. 1.9.2 is having a bug with "Calling return within begin still executes else". 2011-07-21 09:47:42 +05:30
Terence Lee
16921437a1 fix postgres connection url test 2011-07-20 16:23:31 -07:00
Glenn Gillen
1f427b5341 Add documentation for URL connection strings. 2011-07-20 16:23:31 -07:00
Glenn Gillen
16249feaab Added test for postgres connections as URL. Fixed query param parsing. 2011-07-20 16:23:31 -07:00
Glenn Gillen
89357c8f83 Provide database connection settings as a URL. 2011-07-20 16:23:31 -07:00
Aaron Patterson
22e47279bc no need to sort the values 2011-07-20 15:52:53 -07:00
Franck Verrot
8bc314b3b7 assign_nested_attributes_for_collection_association should work with Ruby 1.9 [Closes #2106]
Children attributes can be either String's or Symbol's, so let's check if the object responds to to_i.
2011-07-20 15:40:01 -07:00
Aaron Patterson
d8736b266b Revert "this fixes a brittle test in fixtures_test.rb which fails when you are in a timezone which is ahead of UTC but UTC is in the previous day still."
This reverts commit f92cefa95f44bcd550c402a7f5ba914f3bd783cc.
2011-07-20 15:37:52 -07:00
Aaron Patterson
09a488456a bigdecimal should be typecast to a float on sqlite3. fixes #2162 2011-07-20 14:39:01 -07:00
Santiago Pastorino
993d0f6477 Merge pull request #2159 from ogeidix/master
Fixed issue #2119: XHR without Accept and Content-Type header gets 500 error
2011-07-20 10:29:28 -07:00
Xavier Noria
64268c5dd1 Merge pull request #2165 from joshk/fixtures_test_fix
Timezone fixtures test correction
2011-07-20 04:04:47 -07:00
Xavier Noria
4636638bb9 Merge pull request #2136 from judearasu/guides_branch
notextile tag in rails guides generator has been placed with ascii quotes
2011-07-20 04:04:07 -07:00
Xavier Noria
0e6f19cc9b documents the changes to String#blank? in the AS guide 2011-07-20 12:17:37 +02:00
Xavier Noria
e175117eaf registers the changes to String#blank? in the CHANGELOG 2011-07-20 12:17:37 +02:00
Xavier Noria
82b5ebb710 Merge pull request #2164 from dmathieu/missing_require
missing require of string/encoding to have access to encoding_aware?
2011-07-20 03:09:49 -07:00
Damien Mathieu
2a371368c9 missing require of string/encoding to have access to encoding_aware? 2011-07-20 11:45:59 +02:00
Xavier Noria
af561901a0 Merge pull request #2146 from dmathieu/blank_binary_encoding
fix String#blank? on binary strings
2011-07-20 02:38:26 -07:00
Damien Mathieu
0c58f39c2c fix String#blank? on binary strings. 2011-07-20 11:23:00 +02: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
Josh Kalderimis
f92cefa95f this fixes a brittle test in fixtures_test.rb which fails when you are in a timezone which is ahead of UTC but UTC is in the previous day still. 2011-07-20 01:00:35 +02:00
Jeremy Kemper
b8a4e9fc6d Merge pull request #2160 from joshk/patch-5
Changed the year of a date used in a test which fails when using 1.8.7
2011-07-19 14:11:03 -07:00
Josh Kalderimis
322393f8cb Changed the year of a date used in a test which fails when using 1.8.7 on a 32bit machine (ArgumentError: time out of range) 2011-07-19 13:52:32 -07:00
ogeidix
1ac802fe3c Check Accept and Content-Type headers before evaluating them in xhr requests. Closes #2119
An xhr request must have an "Accept" or "Content-type" header in order to be considered a request with valid_accept_header.
2011-07-19 22:05:16 +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
Santiago Pastorino
37418e5468 Merge pull request #2155 from vijaydev/changelogs
Adding changelog entry for submit helper change which removed object_name_id generation
2011-07-19 12:20:36 -07:00
Santiago Pastorino
ee6be604c6 Merge pull request #2154 from vijaydev/better_map
Avoid Symbol#to_proc
2011-07-19 12:18:46 -07:00
Vijay Dev
d275a98446 add entry for submit helper change removing object_name_id 2011-07-20 00:39:23 +05:30
Evan Machnic
51df7cac8f Fixed asset_url in asset_pipeline doc 2011-07-19 14:59:06 -04:00
Vijay Dev
02cbaf0593 avoid Symbol#to_proc 2011-07-20 00:28:51 +05:30
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