Commit Graph

12158 Commits

Author SHA1 Message Date
David Heinemeier Hansson
6042067c0b Changed the default ActiveSupport.use_standard_json_time_format from false to true and
ActiveSupport.escape_html_entities_in_json from true to false to match previously announced Rails 3 defaults [DHH]
2010-01-03 19:20:43 -08:00
David Heinemeier Hansson
532b11690f Change the ActiveModel::Base.include_root_in_json default to true for Rails 3 [DHH] 2010-01-03 22:02:10 -05:00
David Heinemeier Hansson
0422314b29 Time zoning should be turned on by default with UTC 2010-01-03 21:55:48 -05:00
David Heinemeier Hansson
51460b5bf2 This comment has been true of all helpers for a long time 2010-01-03 21:34:19 -05:00
David Heinemeier Hansson
950e6bb491 Remove self-evident comment about how subclasses work 2010-01-03 21:32:40 -05:00
David Heinemeier Hansson
090d12b49b Added that ActionController::Base now does helper :all instead of relying on the default ApplicationController in Rails to do it [DHH] 2010-01-03 21:32:02 -05:00
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
Willem van Bergen
689984ddd3 Fixed some bugs and fixed some tests in new SAX-based XmlMini backends.
[#3636 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-01-01 13:18:03 -08:00
Willem van Bergen
96a2b3905c Added SAX-based parser for XmlMini, using LibXML
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-01-01 13:17:46 -08:00
Willem van Bergen
d7f9b9fd24 Added SAX-based parser for XmlMini, using Nokogiri.
Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-01-01 13:17:45 -08:00
Willem van Bergen
34b03cebf9 Code cleanup, bugfixes and speed improvements for the Nokogiri and LibXML XmlMini backends
[#3641 state:committed]

Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net>
2010-01-01 13:16:40 -08:00
Jeremy Kemper
4f590b67b7 Ruby 1.9.2: explicit coercion check no longer needed; bug fixed upstream 2010-01-01 11:02:09 -08:00
Pratik Naik
b35873a575 Rename Model.arel_table to Model.active_relation 2010-01-02 00:25:29 +05:30
Pratik Naik
d2c4b3b672 Rename Model.engine to active_relation_engine. Cache arel_table and the method takes no arguments now 2010-01-02 00:03:20 +05:30
Pratik Naik
5971842d2d Use Arel::Table instead of ActiveRecord::Relation from HABTM and has_many#delete_records 2010-01-01 23:42:13 +05:30
Pratik Naik
fc94c03c1d Remove unncessary arguments passed to arel_table 2010-01-01 23:34:15 +05:30