Aaron Patterson
ef11ce2af8
fixing case / when indentation
2010-10-12 11:38:40 -07:00
Aaron Patterson
98cb754cd7
test quoting multibyte chars object
2010-10-12 11:38:07 -07:00
Aaron Patterson
2681dd81b4
test quoting strings with binary columns
2010-10-12 11:34:21 -07:00
Aaron Patterson
4804cb485c
test quoting a string with a float column
2010-10-12 11:30:34 -07:00
Aaron Patterson
50ad7f6561
testing quoting a string for an int column
2010-10-12 11:29:28 -07:00
Aaron Patterson
07b0b5b330
testing crazy object quoting
2010-10-12 11:25:20 -07:00
Aaron Patterson
1ba3489b75
test that dates / times / datetimes call quoted_date
2010-10-12 11:21:35 -07:00
Aaron Patterson
8b33f66891
test quoting of bigdecimals
2010-10-12 11:08:10 -07:00
Aaron Patterson
ba0a6772bb
testing floats, fixnum, and bignums
2010-10-11 17:57:47 -07:00
Aaron Patterson
8e8a5f33f4
test quoting nils, true, false, id
2010-10-11 17:52:10 -07:00
Aaron Patterson
2610bcbd94
getting quoted_time under more specific tests
2010-10-11 17:52:10 -07:00
Aaron Patterson
b9d4341bd0
starting to get the quote module under test
2010-10-11 17:52:10 -07:00
Les Hill and Sandro Turriate
dde54f00c6
Show exceptions rescues the original exception
...
[#5784 state:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com >
2010-10-12 00:56:07 +02:00
Szymon Nowak
0d33332571
Return a valid empty JSON on successful PUT and DELETE requests. [ #5199 state:resolved]
...
Signed-off-by: José Valim <jose.valim@gmail.com >
2010-10-12 00:56:07 +02:00
Aditya Sanghi
582a088ba7
Fix test helpers to ensure get method forms are properly tested [ #5753 state:resolved]
...
Signed-off-by: José Valim <jose.valim@gmail.com >
2010-10-12 00:56:07 +02:00
Miles Egan
3eff729079
make sure request parameters are accessible after rack throws an exception parsing the query string [ #3030 state:resolved]
...
Signed-off-by: José Valim <jose.valim@gmail.com >
2010-10-12 00:56:07 +02:00
Santiago Pastorino
933f745dcb
Railties changelog updated with -j parameter
2010-10-11 20:31:14 -02:00
siong1987
708e09448b
-j parameter added to rails new command.
...
Now you can start your apps with jquery with rails new myapp -j jquery, the default is still prototype
[#5613 state:committed]
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com >
2010-10-11 19:47:53 -02:00
Aaron Patterson
cecccf1156
we should always cast the value based on the column
2010-10-11 13:35:58 -07:00
Aaron Patterson
bef5b826e3
removing freeze
2010-10-11 13:02:36 -07:00
Aaron Patterson
ee7863eaac
removing some load path tomfoolery
2010-10-11 11:30:22 -07:00
Aaron Patterson
333e033064
fixing railties tests
2010-10-11 11:24:00 -07:00
Santiago Pastorino
0c824e3cd7
Refactor a bit this code to add data-confirm and data-disable-with
2010-10-11 15:55:45 -02:00
Marcelo Giorgi
1c9022de21
Honor distinct option when used with count operation after group clause [ #5721 state:resolved]
2010-10-11 09:39:34 -07:00
Paco Guzman
31358d8c3c
data-disable-with in button_to helper
...
[#4993 state:committed]
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com >
2010-10-11 13:24:07 -02:00
Santiago Pastorino
e0b76d6151
reorder removed in favor of except(:order).order
2010-10-11 11:54:46 -02:00
Xavier Noria
21a92b8d01
Merge branch 'master' of git://github.com/lifo/docrails
2010-10-11 12:06:21 +02:00
Xavier Noria
e6b45b8111
Revert "Add missing CHANGELOG entry about reset_javascript_include_default"
...
This reverts commit 234a4ca7dd .
Reason: No big deal Ryan, only there's a very strict policy in
docrails which allows public write access on the other hand.
CHANGELOGs can only be edited in master. If this is added I'll
make sure you get the credit for the patch.
2010-10-11 12:00:37 +02:00
José Valim
a8b1780410
Updated DOCS for engines and added a couple TODOs. Also, commented internal railties rake tasks description.
2010-10-11 10:29:31 +02:00
Philip R. Dutton
70ad6e499f
I corrected a code snippet typo in the railties/guides/source/initialization.textile file [ #5779 state:resolved]
2010-10-11 13:55:58 +11:00
Ryan Bigg
234a4ca7dd
Add missing CHANGELOG entry about reset_javascript_include_default
2010-10-11 13:32:40 +11:00
Ryan Bigg
ef74ad8e0c
Remove mention to register_javascript_include_default in documentation
2010-10-11 13:28:50 +11:00
Utkarsh Kukreti
7d08116222
Fix typo 'configation' [ #5575 state:resolved]
2010-10-11 12:12:36 +11:00
Nathan Zook and Ryan Bigg
9074e8c644
Updated RUNNING_UNIT_TESTS documentation with mention of the build_databases rake tasks.
2010-10-11 11:15:38 +11:00
Santiago Pastorino
cb26eee54d
Revert "Make InstanceTagMethods#value_before_type_cast raise if the model don't respond to attr_before_type_cast or attr method"
...
And "Makes form_helper use overriden model accessors"
This reverts commit 3ba8e31005 and fb0bd8c109 .
2010-10-10 21:13:12 -02:00
wycats
cc8e386d08
Always pull in version for frameworks (standardize autoload / require / none)
2010-10-10 16:12:04 -07:00
Barry Sears
de05e1c33c
Make ActiveSupport load own version.
...
[#5739 state:committed]
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com >
2010-10-10 19:46:49 -02:00
José Valim
5ec27189b8
Do not allow templates coming from Fallback resolvers to store a virtual path.
2010-10-10 23:12:23 +02:00
José Valim
682368d4ba
Use identifiers for template equality.
2010-10-10 23:12:22 +02:00
Wincent Colaiuta
f659a1576f
Fix misleading advice to add 'memcache' to Gemfile
...
[#5539 state:committed]
Commit 57144388f removed the hard-coded dependency on the memcache-client
gem, and added this warning advising people to install it if needed. The
problem is, however, that if people follow the advice literally and install
the 'memcache' gem, they will wind up with a completely different thing,
which is not API compatible with the memcache-client gem and which Rails
can't work with.
So, be explicit and tell users to install the 'memcache-client' gem.
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com >
2010-10-10 14:30:22 -02:00
Andrea Campi
d80afed620
Override #store to be consistent with #[].
...
[#5775 state:resolved]
Signed-off-by: Santiago Pastorino <santiago@wyeworks.com >
2010-10-10 14:06:44 -02:00
José Valim
621df2a1ec
Merge remote branch 'drogus/engines'
2010-10-10 14:57:19 +02:00
José Valim
49b6f33f99
Clean up unused methods from AV::Base and pass in the template object on rendering.
2010-10-10 14:47:11 +02:00
José Valim
11aa515735
Add expire! and rerender to the template API. This will be used by SASS template handler.
2010-10-10 13:43:32 +02:00
José Valim
ffa32714bd
Add some unit tests to Template#refresh.
2010-10-10 13:17:04 +02:00
José Valim
cba395dab9
Update CHANGELOG.
2010-10-10 12:43:26 +02:00
José Valim
940b57789f
Add support to render :once.
...
This will be used internally by sprockets to ensure requires are executed just once.
2010-10-10 12:43:26 +02:00
José Valim
b88f4ca93b
Clean up the house before moving in the new furniture.
...
This commit moves all the template rendering logic that was hanging around AV::Base to renderer objects.
2010-10-10 12:43:26 +02:00
David Calavera
ab2f2b22a6
prevent rake test to run the test suite three times when ENV['TEST'] is set [ #3572 state:resolved]
...
Signed-off-by: Xavier Noria <fxn@hashref.com >
2010-10-10 12:22:40 +02:00
wycats
b3cadf338b
Rendering doesn't need RackDelegation
2010-10-10 00:54:11 -07:00