| 7d0053e |
2012-07-06 |
Limit the number of records in Relation#inspect |
| 30a576f |
2012-09-19 |
fix querying with an empty hash |
| 45b1045 |
2012-06-20 |
raise an error if no implicit mailer template could be f... |
| a4726d3 |
2012-06-20 |
just specify what's to be done, not what's not to be. |
| 12b6307 |
2012-05-19 |
fix typo. probem => problem |
| 146105a |
2012-05-17 |
explain why we also add attr_accessible in the model |
| defb751 |
2012-01-27 |
don't set the hidden checkbox value if it's nil |
| 69a6381 |
2012-01-06 |
don't set the hidden checkbox value if it's nil |
| 5b20d4c |
2011-09-15 |
cherry-pick #1318 into 3-1-stable |
| c60995f |
2011-09-08 |
better method documentation on disable safe string methods |
| 3718ccd |
2011-09-08 |
remove support of symbols on classify and camelize |
| e9f48cd |
2011-09-08 |
make gsub and sub unavailable in SafeBuffers - Closes #1555 |
| e0335e2 |
2011-09-06 |
add has_key? to ActiveModel::Errors |
| e8d5920 |
2011-09-06 |
#first doesn't take an order in this test |
| 679a4eb |
2011-09-06 |
#first doesn't take an order in this test |
| 51da1e5 |
2011-09-05 |
first and last orders the records by id |
| 327fa94 |
2011-09-05 |
Backport #2789 and add changelog entry |
| 5f5527c |
2011-09-05 |
Use LIMIT sql word in last when it's possible |
| 451cdd6 |
2011-09-05 |
use LIMIT SQL word in first - Closes #2783 |
| 13dd775 |
2011-08-24 |
remove useless rescue |
| 945f0c8 |
2011-07-26 |
use sprocket's append_path and assert_match |
| 838ec4b |
2011-08-13 |
use sprocket's append_path and assert_match |
| f44f412 |
2011-07-26 |
use sprocket's append_path and assert_match |
| 3348ea6 |
2011-07-25 |
provide more explicit test names |
| 07c9ff0 |
2011-07-25 |
add test checking that precompiling assets performs caching |
| ee56f7b |
2011-07-24 |
help the next guy with explanations - See bb3b3e306 |
| bb3b3e3 |
2011-07-23 |
rake assets:precompile should always perform caching - C... |
| 038e493 |
2011-07-24 |
rake assets:precompile should always perform caching - C... |
| 2a37136 |
2011-07-20 |
missing require of string/encoding to have access to enc... |
| de20e7c |
2011-07-20 |
Merge pull request #53 from sepastian/master |
| 0c58f39 |
2011-07-20 |
fix String#blank? on binary strings. |
| dc2d8af |
2011-07-03 |
Load the generators test helper and properly load it's t... |
| b732724 |
2011-07-03 |
all numerics should be html_safe - Closes #1935 |
| a96d77a |
2011-07-03 |
all numerics should be html_safe - Closes #1935 |
| ac15bce |
2011-07-02 |
provide a more explicit message when using url_for with nil |
| 827e8a5 |
2011-07-03 |
provide a more explicit message when using url_for with nil |
| eb22c51 |
2011-06-26 |
comparing different classes returns nil |
| f170045 |
2011-06-28 |
comparing different classes returns nil |
| bc743dc |
2011-06-26 |
allow comparison on model objects - Closes #1858 |
| c5b43af |
2011-06-28 |
allow comparison on model objects - Closes #1858 |
| 9fadf38 |
2011-06-22 |
calling unsafe methods which don't return a string shoul... |
| 0ee586d |
2011-06-17 |
cherry-pick changes in simple_format from master - Close... |
| 0438e92 |
2011-06-15 |
simplify to only one condition |
| 9267a43 |
2011-06-15 |
simplify to only one condition |
| 6cfd1c7 |
2011-06-15 |
simplify to only one condition |
| 9791e3e |
2011-06-15 |
allow boolean last argument in memoized methods - Closes... |
| 383fd14 |
2011-06-14 |
all requests are utf-8. Don't use the external encoding. |
| fa55293 |
2011-06-15 |
all requests are utf-8. Don't use the external encoding. |
| 71d7610 |
2011-06-15 |
all requests are utf-8. Don't use the external encoding. |
| 383d56b |
2011-06-14 |
encode the uploaded file's name in the default external ... |
| f6fe174 |
2011-06-15 |
encode the uploaded file's name in the default external ... |
| 991e388 |
2011-06-15 |
encode the uploaded file's name in the default external ... |
| 84f71e4 |
2011-06-09 |
don't reinitialize the arel_table unless the table_name ... |
| dc73c2c |
2011-06-09 |
don't reinitialize the arel_table unless the table_name ... |
| 8a0ffa7 |
2011-06-01 |
fix creating an empty route on 1.8. Closes #1210 |
| 70381cf |
2011-05-31 |
no need for .rb |
| bb82899 |
2011-05-31 |
string inflections are needed for running tests in isola... |
| e722fbb |
2011-07-07 |
remove the warning when testing whiny_nil |
| d72c25e |
2013-01-26 |
remove the warning when testing whiny_nil |
| 18bce29 |
2013-01-26 |
remove the warning when testing whiny_nil |
| 16571f9 |
2011-05-26 |
don't raise an exception if the format isn't recognized |
| 9cb8a18 |
2011-05-27 |
don't raise an exception if the format isn't recognized |
| 3d9d9f8 |
2011-05-24 |
create the dummy app if there's no test_unit but there's... |
| 79dc275 |
2011-05-24 |
properly reference yml alias nodes |
| a85e00c |
2011-05-21 |
make sure missing method does not fail with arguments |
| 29a5aea |
2011-05-21 |
don't raise NoMethodError the tried method doesn't exists |
| 78e085b |
2010-11-08 |
Use Rails.logger, not ActiveRecord::Base.logger |
| 70e4403 |
2010-11-15 |
Use Rails.logger, not ActiveRecord::Base.logger |
| 28474a7 |
2010-08-31 |
Fix benchmarking for rails3 |
| 031b60d |
2010-08-31 |
Fix benchmarking for rails3 |
| 414b68d |
2010-08-30 |
fix the cache_fu links |
| 3a96fa4 |
2010-08-30 |
fix the cache_fu links |
| b5ce249 |
2010-06-12 |
Test create mailers folder when starting a new app |
| 38c2e46 |
2010-01-18 |
Missing rename from named_scope to scope [#3735 status:r... |