Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge pull request #1406 from dmathieu/fix_test_warnings | José Valim | 2011-07-07 | 1 | -2/+1 | |
|\ \ \ | | | | | | | | | Fix test warnings | |||||
| * | | | remove the warning when testing whiny_nil | dmathieu | 2011-07-07 | 1 | -2/+1 | |
| | | | | ||||||
* | | | | Merge pull request #1463 from psanford/master | Santiago Pastorino | 2011-07-06 | 1 | -0/+1 | |
|\ \ \ \ | | | | | | | | | | | Fix timezone handling in String.to_time | |||||
| * | | | | Make String.to_time respect timezones | Nate Mueller | 2011-06-02 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | all numerics should be html_safe - Closes #1935 | Damien Mathieu | 2011-07-03 | 1 | -0/+4 | |
| | | | | | ||||||
* | | | | | Merge pull request #1690 from vijaydev/mattr_accessor_changes | José Valim | 2011-06-30 | 1 | -0/+7 | |
|\ \ \ \ \ | | | | | | | | | | | | | Added instance_accessor: false to Module#mattr_accessor | |||||
| * | | | | | Added instance_accessor: false to Module#mattr_accessor | Vijay Dev | 2011-06-14 | 1 | -0/+7 | |
| | | | | | | ||||||
* | | | | | | Array.wrap should follow Kernel#Array semantics when the object's to_ary is ↵ | Jon Leighton | 2011-06-30 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | nil. In this case, the object should be wrapped. | |||||
* | | | | | | Fix configurable cristalization and tests. | José Valim | 2011-06-29 | 1 | -6/+16 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Using not effected timezone in tests. | Arun Agrawal | 2011-06-29 | 1 | -4/+4 | |
| | | | | | ||||||
* | | | | | StringToParameterizeWithNoSeparator: dashed parameter will not | Arun Agrawal | 2011-06-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | change. | |||||
* | | | | | Merge pull request #1648 from dlee/acronyms | Xavier Noria | 2011-06-24 | 2 | -2/+87 | |
|\ \ \ \ \ | | | | | | | | | | | | | Inflector support for acronyms (Issue #1366) | |||||
| * | | | | | Add acronym support to Inflector; Issue #1366 | David Lee | 2011-06-11 | 1 | -0/+82 | |
| | | | | | | ||||||
| * | | | | | Test retain delimiter in parameterization inflector | David Lee | 2011-06-11 | 2 | -2/+5 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Using slice for instead of gsub to pass with 1.8.7 | Arun Agrawal | 2011-06-23 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Merge pull request #1750 from dmathieu/non_string_methods | Xavier Noria | 2011-06-22 | 1 | -0/+4 | |
|\ \ \ \ \ | | | | | | | | | | | | | Calling unsafe methods which don't return a string shouldn't fail | |||||
| * | | | | | calling unsafe methods which don't return a string shouldn't fail | Damien Mathieu | 2011-06-22 | 1 | -0/+4 | |
| | | | | | | ||||||
* | | | | | | Add option to omit creating an instance reader method on class_attribute | James Miller | 2011-06-18 | 1 | -0/+6 | |
|/ / / / / | ||||||
* | | | | | safe_concat should not work on dirty buffers. | José Valim | 2011-06-16 | 1 | -0/+7 | |
| | | | | | ||||||
* | | | | | Fix safe buffer by adding a dirty status. | José Valim | 2011-06-16 | 1 | -6/+31 | |
| | | | | | ||||||
* | | | | | Deprecate memoizable. | José Valim | 2011-06-15 | 2 | -7/+21 | |
| | | | | | ||||||
* | | | | | Failing test to show problem when last argument of a memoized method is true | Brian Underwood | 2011-06-15 | 1 | -0/+14 | |
| |/ / / |/| | | | | | | | | | | | Signed-off-by: Damien Mathieu <42@dmathieu.com> | |||||
* | | | | Rename Time#whole_* to Time#all_* [thanks Pratik!] | David Heinemeier Hansson | 2011-06-13 | 1 | -10/+10 | |
| | | | | ||||||
* | | | | Added Time#whole_day/week/quarter/year as a way of generating ranges ↵ | David Heinemeier Hansson | 2011-06-13 | 1 | -0/+20 | |
| | | | | | | | | | | | | | | | | (example: Event.where(created_at: Time.now.whole_week)) [DHH] | |||||
* | | | | Added instance_accessor: false as an option to Class#cattr_accessor and ↵ | David Heinemeier Hansson | 2011-06-13 | 1 | -2/+9 | |
| | | | | | | | | | | | | | | | | friends [DHH] | |||||
* | | | | Define ActiveSupport#to_param as to_str - closes #1663 | Andrew White | 2011-06-12 | 1 | -1/+7 | |
|/ / / | ||||||
* | | | Allow a Date to be frozen more than once without an error in Ruby 1.8.x | Bradley Buda | 2011-06-08 | 1 | -0/+6 | |
| | | | ||||||
* | | | remove warning: assigned but unused variable | Santiago Pastorino | 2011-06-08 | 1 | -1/+1 | |
| | | | ||||||
* | | | Ensure that the strings returned by SafeBuffer#gsub and friends aren't ↵ | Michael Koziarski | 2011-06-07 | 1 | -0/+12 | |
|/ / | | | | | | | | | | | | | | | | | | | considered html_safe? Also make sure that the versions of those methods which modify a string in place such as gsub! can't be called on safe buffers at all. Conflicts: activesupport/test/safe_buffer_test.rb | |||||
* | | Raise NameError instead of ArgumentError in ActiveSupport::Dependencies | Andrew White | 2011-06-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | ActiveSupport::Dependencies now raises NameError if it finds an existing constant in load_missing_constant. This better reflects the nature of the error which is usually caused by calling constantize on a nested constant. Closes #1423 | |||||
* | | Merge pull request #1346 from arunagw/jdom_file_from_xml_fix | Aaron Patterson | 2011-05-27 | 1 | -14/+14 | |
|\ \ | | | | | | | Jdom file from xml fix | |||||
| * | | Adding tests for file_from_xml for XmlMini_JDOM #jruby | Arun Agrawal | 2011-05-27 | 1 | -14/+14 | |
| | | | ||||||
* | | | Fixes minor ruby 1.8 inconsistency | Andrew Radev | 2011-05-27 | 1 | -0/+23 | |
|/ / | | | | | | | | | ActiveSupport::OrderedHash did not behave identically to Hash when given a block with a splat. | |||||
* / | Removed deprecated methods and related tests from ActiveSupport | Josh Kalderimis | 2011-05-25 | 5 | -367/+0 | |
|/ | ||||||
* | Not loading file if PLATFORM not available. | Arun Agrawal | 2011-05-24 | 1 | -83/+82 | |
| | ||||||
* | Removed ActiveSupport::SecureRandom in favour of SecureRandom from the ↵ | Jon Leighton | 2011-05-23 | 1 | -19/+0 | |
| | | | | standard library. (It has been deprecated in the 3-1-stable branch.) | |||||
* | Replace references to ActiveSupport::SecureRandom with just SecureRandom, ↵ | Jon Leighton | 2011-05-23 | 3 | -7/+7 | |
| | | | | and require 'securerandom' from the stdlib when active support is required. | |||||
* | Removed the AS core_ext/kernel/debugger breakpoint method as this method is ↵ | Josh Kalderimis | 2011-05-23 | 1 | -3/+43 | |
| | | | | added by ruby-debug and should be left as is. Missing tests added. | |||||
* | Fix failing tests. | José Valim | 2011-05-22 | 2 | -1/+4 | |
| | ||||||
* | test fix jdom_engine_test | Vishnu Atrai | 2011-05-22 | 1 | -0/+1 | |
| | ||||||
* | make sure missing method does not fail with arguments | dmathieu | 2011-05-22 | 1 | -0/+6 | |
| | ||||||
* | don't raise NoMethodError the tried method doesn't exists | dmathieu | 2011-05-21 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #1191 from arunagw/removal_extra | José Valim | 2011-05-21 | 4 | -4/+0 | |
|\ | | | | | Removal require again from tests. | |||||
| * | Removal require again from tests. | Arun Agrawal | 2011-05-22 | 4 | -4/+0 | |
| | | ||||||
* | | Fix AS::Duration#duplicable? on 1.8 | thedarkone | 2011-05-21 | 1 | -1/+2 | |
|/ | ||||||
* | Check for Module.new.dup as well in ↵ | Prakash Murthy | 2011-05-21 | 1 | -1/+1 | |
| | | | | https://github.com/rails/rails/blob/master/activesupport/lib/active_support/core_ext/object/duplicable.rb | |||||
* | fixed failing tests of ActiveSupport for deprecation test | Raghunadh | 2011-05-21 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #1109 from dlee/optimize_indifferent_access | José Valim | 2011-05-18 | 1 | -1/+2 | |
|\ | | | | | Use dup to preserve previous behavior | |||||
| * | Test that HWIA.with_indifferent_access does not return self | David Lee | 2011-05-17 | 1 | -0/+1 | |
| | | ||||||
| * | Use dup to preserve previous behavior | David Lee | 2011-05-17 | 1 | -1/+1 | |
| | |