Pratik Naik
|
c51347152a
|
Get rid of Model.construct_finder_arel_with_includes. Use construct_finder_arel instead
|
2010-01-03 03:08:01 +05:30 |
|
Pratik Naik
|
a9c790e10f
|
Simply methods for checking eager loaded tables references in the query
|
2010-01-03 03:00:30 +05:30 |
|
José Valim
|
4c5b5024c3
|
Rails notifications are set through Railtie in each framework.
|
2010-01-02 22:27:03 +01:00 |
|
José Valim
|
08986ce290
|
Remove deprecated ActiveModel tests (%d and %s is no longer supported in error messages a couple months already)
|
2010-01-02 22:27:03 +01:00 |
|
José Valim
|
fd719d7ecf
|
Update vendored Thor.
|
2010-01-02 22:27:03 +01:00 |
|
José Valim
|
f50bb48e04
|
Do not enforce human_attribute_name as required API.
|
2010-01-02 22:27:03 +01:00 |
|
Carsten Gehling
|
bef968d379
|
I18n label helper [#745 status:resolved]
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2010-01-02 22:27:02 +01:00 |
|
José Valim
|
653fa4c10c
|
Add naming to AMo::Lint
|
2010-01-02 22:27:02 +01:00 |
|
José Valim
|
7cc0a4cfa1
|
Use activerecord.errors.format as in Rails 2.3.5.
|
2010-01-02 22:27:02 +01:00 |
|
José Valim
|
5fdd0e80a4
|
Be sure to convert namespaced names to we have 'Parrots name' instead of 'Parrots.name' in error messages.
|
2010-01-02 22:27:02 +01:00 |
|
José Valim
|
dcafe995bf
|
Make nested attributes behave like in 2.3.5 and add a sanity test for it with I18n.
|
2010-01-02 22:27:02 +01:00 |
|
Pratik Naik
|
ac1df91e5e
|
Implement Relation#create and Relation#create!
|
2010-01-03 00:16:14 +05:30 |
|
Pratik Naik
|
65200d2933
|
Implement Relation#new
|
2010-01-03 00:08:59 +05:30 |
|
Pratik Naik
|
32b48bf419
|
Use arel predicates instead of strings wherever possible when merging relations
|
2010-01-02 22:43:40 +05:30 |
|
Pratik Naik
|
f1acf1cc74
|
Give higher preference to second relation's equality predicates when merging
|
2010-01-02 21:16:16 +05:30 |
|
Pratik Naik
|
3e6e3e90ef
|
Remove the test which was testing a non-existing method, always failing on 1.9 and never even running on 1.8
|
2010-01-02 16:12:01 +05:30 |
|
Pratik Naik
|
7ff131f740
|
Make sure not to spalt string arguments
|
2010-01-02 13:43:50 +05:30 |
|
Xavier Noria
|
abae712213
|
fixes a couple of wrong requires
|
2010-01-01 14:28:57 -08:00 |
|
Xavier Noria
|
9ab528df8d
|
nokogiri.rb needs active_support/core_ext/object/blank
|
2010-01-01 14:28:57 -08:00 |
|
Xavier Noria
|
2d233ebdcf
|
libxml.rb needs active_support/core_ext/object/blank
|
2010-01-01 14:28:57 -08:00 |
|
Xavier Noria
|
173f828760
|
jdom.rb needs active_support/core_ext/object/blank
|
2010-01-01 14:28:57 -08:00 |
|
Xavier Noria
|
388dde9f9d
|
time_with_zone.rb needs active_support/core_ext/object/acts_like
|
2010-01-01 14:28:57 -08:00 |
|
Xavier Noria
|
606203c034
|
testing/performance.rb needs active_support/core_ext/string/inflections because it uses demodulize
|
2010-01-01 14:28:56 -08:00 |
|
Xavier Noria
|
0e5b9d7d7d
|
rescuable.rb needs active_support/core_ext/array/extract_options
|
2010-01-01 14:28:56 -08:00 |
|
Xavier Noria
|
bddf0a6fd3
|
rescuable.rb needs active_support/core_ext/string/inflections because it uses constantize
|
2010-01-01 14:28:56 -08:00 |
|
Xavier Noria
|
b7afaa08bf
|
message_verifier.rb needs active_support/core_ext/object/blank
|
2010-01-01 14:28:56 -08:00 |
|
Xavier Noria
|
679acfbefd
|
message_verifier.rb needs active_support/base64
|
2010-01-01 14:28:56 -08:00 |
|
Xavier Noria
|
d26d671e38
|
message_encriptor.rb needs active_support/base64
|
2010-01-01 14:28:56 -08:00 |
|
Xavier Noria
|
f15313c0c8
|
duration.rb needs active_support/core_ext/object/acts_like
|
2010-01-01 14:28:56 -08:00 |
|
Xavier Noria
|
e7c08c1e29
|
method_wrappers.rb needs active_support/core_ext/array/extract_options
|
2010-01-01 14:28:56 -08:00 |
|
Xavier Noria
|
9036bf82c6
|
to_param.rb needs active_support/core_ext/object/to_query
|
2010-01-01 14:28:56 -08:00 |
|
Xavier Noria
|
cbab9c0347
|
extending.rb needs active_support/core_ext/object/blank
|
2010-01-01 14:28:56 -08:00 |
|
Xavier Noria
|
7f17b23aea
|
extending.rb needs active_support/core_ext/class/removal because it uses reachable?
|
2010-01-01 14:28:56 -08:00 |
|
Xavier Noria
|
4d2f0d2287
|
synchronization.rb needs active_support/core_ext/array/extract_options
|
2010-01-01 14:28:56 -08:00 |
|
Xavier Noria
|
8ae9ef75f3
|
loading.rb needs active_support/core_ext/string/inflections because it uses underscore
|
2010-01-01 14:28:56 -08:00 |
|
Xavier Noria
|
7ba8c9e78e
|
hash/conversions.rb needs active_support/core_ext/string/inflections because it uses singularize and a few others
|
2010-01-01 14:28:55 -08:00 |
|
Xavier Noria
|
e6385a912a
|
hash/conversions.rb needs active_support/core_ext/object/blank because it uses blank?
|
2010-01-01 14:28:55 -08:00 |
|
Xavier Noria
|
2f9fc1fe01
|
date_time/calculations.rb needs active_support/core_ext/object/acts_like because it uses acts_like?
|
2010-01-01 14:28:55 -08:00 |
|
Xavier Noria
|
44f9813344
|
date/calculations.rb needs active_support/core_ext/object/acts_like because it uses acts_like?
|
2010-01-01 14:28:55 -08:00 |
|
Xavier Noria
|
5b295a65c3
|
callbacks.rb needs active_support/core_ext/object/metaclass because it uses metaclass
|
2010-01-01 14:28:55 -08:00 |
|
Xavier Noria
|
3337da9e94
|
cache.rb requires active_support/core_ext/string/inflections because it uses camelize
|
2010-01-01 14:28:55 -08:00 |
|
Xavier Noria
|
13168e6594
|
requires active_support/inflector/methods active_support/core_ext/string/inflections in local_cache.rb because it uses underscore
|
2010-01-01 14:28:55 -08:00 |
|
Xavier Noria
|
f1e34cc41d
|
requires active_support/core_ext/array/extract_options in mem_cache_store.rb because it uses extract_options!
|
2010-01-01 14:28:55 -08:00 |
|
Xavier Noria
|
7f7f5d619a
|
requires active_support/gzip in CompressedMemCacheStore because it uses ActiveSupport::Gzip
|
2010-01-01 14:28:55 -08:00 |
|
Xavier Noria
|
da97b51fdf
|
requires active_support/core_ext/hash/keys in benchmarkable because it uses assert_valid_keys
|
2010-01-01 14:28:55 -08:00 |
|
Xavier Noria
|
39667c846b
|
make sure returning is available for the libxml extension
|
2010-01-01 14:28:55 -08:00 |
|
Xavier Noria
|
a2595a1f0f
|
delegating_attributes.rb does not use duplicable
|
2010-01-01 14:28:55 -08:00 |
|
Xavier Noria
|
4a27d42637
|
require cgi to reopen it, not technically needed but makes sense
|
2010-01-01 14:28:55 -08:00 |
|
Pratik Naik
|
4a7a14b0e1
|
Use relations to build uniqueness conditions
|
2010-01-02 03:46:08 +05:30 |
|
Pratik Naik
|
498fddc714
|
Fix join string for the WHERE clause
|
2010-01-02 03:20:52 +05:30 |
|