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 |
|
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 |
|
José Valim
|
8c5fe60ec8
|
Simplify repair_validations on AR and make it work with new callbacks.
|
2010-01-01 03:20:38 +01:00 |
|
José Valim
|
50fbb74056
|
Fix inheritance issue with new callbacks.
|
2010-01-01 01:48:12 +01:00 |
|
Carl Lerche
|
d39d7f5f44
|
Allow ActiveSupport's isolation tests to run with MiniTest on 1.9
|
2009-12-30 20:48:46 -08:00 |
|
José Valim
|
97a64b6b22
|
Get rid of DeprecatedCallbacks in ActiveRecord::Associations and finally remove it.
|
2009-12-30 11:43:34 +01:00 |
|
José Valim
|
e58ad8ed9c
|
Setup and teardown now use new callbacks.
|
2009-12-30 11:09:27 +01:00 |
|
Jeremy Kemper
|
9a650a6547
|
Silence some trivial warnings: shadowed local vars, indentation mismatches
|
2009-12-28 17:36:08 -08:00 |
|
David Heinemeier Hansson
|
1c47d04ea5
|
Added Object#presence that returns the object if it's #present? otherwise returns nil [DHH/Colin Kelley]
|
2009-12-27 17:54:43 -08:00 |
|
Yehuda Katz
|
f095e6f59d
|
Fixes some problems with getting a new app working
|
2009-12-27 16:00:34 -08:00 |
|
Jeremy Kemper
|
19c48281a7
|
String#exclude? core extension: inverse of #include?
|
2009-12-27 15:49:29 -08:00 |
|
David Heinemeier Hansson
|
5012a1558d
|
Merge branch 'master' of github.com:rails/rails
|
2009-12-27 14:44:21 -08:00 |
|
David Heinemeier Hansson
|
1cd949006a
|
Fix the i18n dependency problem
|
2009-12-27 14:43:06 -08:00 |
|
José Valim
|
75ba102a80
|
Remove ActionView inline logging to ActiveSupport::Notifications and create ActionController::Base#log_event, so everything can be logged within one listener. Also expose log_process_action as a hook for different modules to include their own information during the action processing. This allow ActiveRecord to hook and any other ORM. Finally, this commit changes 'Processing' and 'Rendering' in logs to 'Processed' and 'Rendered' because at the point it's logged, everying already happened.
|
2009-12-26 20:28:53 +01:00 |
|
José Valim
|
561885aea2
|
String#<< should work for any object which responds to :to_str, so enable this without the performance hit and make Fixnum safe by default.
|
2009-12-26 14:11:04 +01:00 |
|
José Valim
|
9f1c359a20
|
Fix whiny_nil tests, improve error messages and make CI happy.
|
2009-12-25 22:00:36 +01:00 |
|
José Valim
|
135d32c8bd
|
Move i18n to Gemfile.
|
2009-12-25 15:15:13 +01:00 |
|