aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext
Commit message (Collapse)AuthorAgeFilesLines
* String#exclude? core extension: inverse of #include?Jeremy Kemper2009-12-272-1/+8
|
* Merge branch 'master' of github.com:rails/railsDavid Heinemeier Hansson2009-12-271-0/+12
|\
| * String#<< should work for any object which responds to :to_str, so enable ↵José Valim2009-12-261-0/+12
| | | | | | | | this without the performance hit and make Fixnum safe by default.
* | Fix the i18n dependency problemDavid Heinemeier Hansson2009-12-271-0/+1
|/
* Simplify and improve the performance of output_safetyYehuda Katz2009-12-241-22/+6
|
* Instead of marking raw text in templates as safe, and then putting them ↵Yehuda Katz2009-12-241-0/+1
| | | | through String#<< which checks if the String is safe, use safe_concat, which uses the original (internal) String#<< and leaves the safe flag as is. Results in a significant performance improvement.
* Missing acts_like dependencyYehuda Katz2009-12-201-0/+1
|
* Fixes Dependency bug in ActiveSupportYehuda Katz2009-12-202-0/+2
|
* Added #to_i to DateTime in ActiveSupport so #to_yaml works correctly on ↵Serguei Filimonov2009-12-151-2/+13
| | | | ActiveRecord models with DateTime attributes.
* Add Enumerable#exclude? to bring parity to Enumerable#include? and avoid if ↵David Heinemeier Hansson2009-12-141-0/+5
| | | | !x.include?/else calls [DHH]
* Extract descendents a bit so it can take advantage of Rubinius' __subclasses__.Yehuda Katz2009-12-132-34/+45
|
* Quick fix for not escaping []s (not ideal)Joshua Peek2009-12-021-1/+1
|
* Failing tests for to_param/to_query not escaping "[]"Joshua Peek2009-12-022-2/+2
|
* Remove concat before overriding itJoshua Peek2009-12-011-6/+7
|
* Revert "macruby: no format_datetime or msg2str"Jeremy Kemper2009-11-241-2/+2
| | | | | | Obviated by fix in macruby trunk. This reverts commit 6d91e7dca163ef55dde319452b21b767e8a0df33.
* macruby: no format_datetime or msg2strJeremy Kemper2009-11-211-2/+2
|
* Check whether another lib has implemented ruby 1.9 string interp syntaxJeremy Kemper2009-11-181-1/+1
|
* Repair time dependenciesJeremy Kemper2009-11-141-3/+0
|
* Consolidate date & time landscape: require 'active_support/time'Jeremy Kemper2009-11-143-22/+0
|
* Ruby 1.9.2: disallow explicit coercion via method_missing. Only give ↵Jeremy Kemper2009-11-131-1/+3
| | | | friendly nil errors for Array and Active Record methods.
* Ruby 1.9.2: work around Array allowing method_missing for to_aryJeremy Kemper2009-11-131-4/+3
|
* Revert "the REXML security fix is not needed for Ruby >= 1.8.7"Jeremy Kemper2009-11-091-0/+43
| | | | | | Still required on older 1.8.7 patchlevels. This reverts commit a48f49e56bf53e0a2386da898576ef12d5258358.
* the REXML security fix is not needed for Ruby >= 1.8.7Xavier Noria2009-11-091-43/+0
|
* Enumerable#none? is not needed for Ruby >= 1.8.7Xavier Noria2009-11-091-9/+0
|
* Integer#even? and Integer#odd? are not needed for Ruby >= 1.8.7Xavier Noria2009-11-093-17/+7
|
* String#each_char is not needed for Ruby >= 1.8.7Xavier Noria2009-11-092-14/+0
|
* String#start_with? and String#end_with? are not needed for Ruby >= 1.8.7, ↵Xavier Noria2009-11-091-14/+0
| | | | leaves their plural aliases though
* String#bytesize is not needed for Ruby >= 1.8.7Xavier Noria2009-11-092-6/+0
|
* Object#tap is not needed for Ruby >= 1.8.7Xavier Noria2009-11-092-17/+0
|
* Symbol#to_proc is not needed for Ruby >= 1.8.7Xavier Noria2009-11-092-15/+0
|
* Object#instance_variable_defined? is not needed for Ruby >= 1.8.7Xavier Noria2009-11-091-7/+0
|
* Merge branch 'master' of github.com:rails/railsJeremy Kemper2009-11-091-1/+1
|\
| * Revert "Bundle I18n 0.2.0."Yehuda Katz2009-11-091-1/+1
| | | | | | | | This reverts commit 83f329f5f30567a10bc96410da230bf986db8ad4.
* | Merge commit 'brynary/fix-master-warnings'Jeremy Kemper2009-11-091-0/+1
|\ \ | |/ |/|
| * Fix Ruby warning: method redefined; discarding old breakpointBryan Helmkamp2009-11-091-0/+1
| |
* | Bundle I18n 0.2.0.José Valim2009-11-091-1/+1
|/
* Ruby 1.9.2: work around changes to flatten and nil.to_strJeremy Kemper2009-11-081-1/+2
|
* Since we require 1.8.7 we don't need to shim instance_exec anymoreYehuda Katz2009-11-071-27/+0
|
* Break up inflector to reduce the dependency burden on dependency-les methods ↵Yehuda Katz2009-11-071-0/+2
| | | | like constantize.
* Clarify date/time dependenciesJeremy Kemper2009-11-022-0/+2
|
* Consolidate Object#to_param and #to_query core extensionsJeremy Kemper2009-11-029-67/+76
|
* Ruby 1.9.2: rational.rb is deprecatedJeremy Kemper2009-11-021-1/+1
|
* Ruby 1.9.2: URI.escape is obsoleteJeremy Kemper2009-11-021-1/+2
|
* Allow :instance_reader to be given to superclass_delegating_accessor as well.José Valim2009-11-011-21/+39
|
* First pass at cleaning up action cachingYehuda Katz2009-10-281-0/+6
|
* Array.wrap(struct) needs to return the wrapped structYehuda Katz2009-10-281-12/+7
|
* This is all that's needed in 1.8.7+Yehuda Katz2009-10-281-10/+11
|
* Replace decaying routing internals w/ rack-mountJoshua Peek2009-10-191-22/+0
|
* Missed cherry-pick from 2e37effd7203cad84459661e11db2be44586cb4fJeremy Kemper2009-10-191-0/+1
|
* Unify class_inheritable_accessor and extlib_inheritable_accessor and allow ↵José Valim2009-10-172-13/+23
| | | | responder to be set in the class level.