Commit Graph

12151 Commits

Author SHA1 Message Date
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
Pratik Naik
d200d08004 Use arel for building the STI type condition 2010-01-01 23:15:48 +05:30
Yehuda Katz
7789663a7d Put MySQL and Postgres in an :only block so you can gem bundle --only default to leave out MySQL and Postgres 2009-12-31 18:49:27 -08:00
José Valim
50aa876f32 Make rendering in ActionView happen through _render_template, as the rendering which comes from ActionController. 2009-12-31 18:40:20 -08:00
José Valim
c03c40b481 Expose a _render_partial hook as thhe _render_template one and make use of it. 2009-12-31 18:40:20 -08:00
José Valim
33c98b15bc ActionController::Logger should include AbstractController::Logger and sort autoloads for easier readability. 2009-12-31 18:40:20 -08:00
José Valim
38fa0d14a8 controller_path is required by ActionView, so move it up to AbstractController and refactor AbstractController::Layouts. 2009-12-31 18:40:20 -08:00
Jeremy Kemper
db49b7dc94 Fix new year heisenbug 2009-12-31 18:32:16 -08:00