Xavier Noria
3665ffda83
Revert "Tests now require MySQL2 adapter in order to run"
...
Reason: Setting up MySQL and Postgres needs installing servers
and libraries that perhaps you don't need in your machine. We
think fixing a bug in Active Support without running the suite
of Active Record for all possible drivers is OK. That's why
we explain first --without db, and after that we cover AR
specifically. mysql2 is no different than mysql or pg in that
sense.
This reverts commit 50d5e0f7e8 .
2011-07-24 11:40:06 +02:00
Oemuer Oezkir
ee5cfdf120
Missed a few instances of British English spelling in the last commit
...
oh and obviously I meant according to Webster, not Weber
2011-07-24 10:40:40 +00:00
Oemuer Oezkir
71d18ce48e
Changed a few instances of of words in the API docs written in British English to
...
American English(according to Weber)
2011-07-24 10:21:42 +00:00
Carol Nichols
9b9cf92768
Changing Textile emphasis underscores to em tags; the link with underscores that follows is causing the emphasis underscores to be parsed incorrectly.
...
This appears to be a bug with RedCloth; parsing with official Textile creates the HTML that I expect. I have filed ticket # 226 on RedCloth's lighthouse project and I will attempt to fix the problem with RedCloth.
This commit is a workaround for the RedCloth bug that will give this guide the right formatting.
2011-07-23 15:27:07 -04:00
Evan Farrar
66b4d11236
Changed several instances of British English to be American English
2011-07-23 13:57:56 -04:00
Evan Farrar
662a71b09f
Replaced ‘ with ' in the guides.
2011-07-23 12:23:58 -04:00
Joe Fiorini
50d5e0f7e8
Tests now require MySQL2 adapter in order to run
2011-07-23 12:15:58 -04:00
gnagno
72df64b4e1
now the documentation reflects the actual returned value for a missing translation
2011-07-23 08:26:18 -07:00
Xavier Noria
ace3723d2f
Merge branch 'master' of git://github.com/lifo/docrails
2011-07-23 12:15:41 +02:00
Xavier Noria
38310ab1a6
little details seen while doing a pass through what's new in docrails
2011-07-23 12:14:10 +02:00
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
Xavier Noria
94978b9a46
Merge pull request #2188 from vijaydev/patch-6
...
Fixes typo
2011-07-22 10:06:35 -07:00
Aaron Patterson
253b472838
forgot to add this test case
2011-07-22 09:12:32 -07:00
Vijay Dev
a2778861fe
Fixes typo
2011-07-22 08:41:00 -07:00
Aaron Patterson
5b6121aa34
use rake tasks to set the default environment variables. fixes #2126
2011-07-21 15:30:28 -07:00
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
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 f92cefa95f .
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