| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | Added the test case for #3537 | Pavan Kumar Sunkara | 2011-11-06 | 1 | -0/+1 |
|/ / |
|
* | | implements AS::Notifications.subscribed, which provides subscriptions to even... | Xavier Noria | 2011-11-05 | 1 | -0/+20 |
* | | make class name consistent with the filename | Vijay Dev | 2011-11-05 | 1 | -1/+1 |
|/ |
|
* | defines Module#qualified_const_(defined?|get|set) and String#deconstantize | Xavier Noria | 2011-10-29 | 3 | -0/+110 |
* | let demodulize do less work, and add tests | Xavier Noria | 2011-10-29 | 1 | -0/+2 |
* | Revert "Merge pull request #3395 from bdurand/fix_file_store_cleanup" | José Valim | 2011-10-25 | 1 | -34/+0 |
* | Unused variable removed | Arun Agrawal | 2011-10-24 | 1 | -1/+1 |
* | Merge pull request #3395 from bdurand/fix_file_store_cleanup | José Valim | 2011-10-21 | 1 | -0/+34 |
|\ |
|
| * | Fix ActiveSupport::Cache::FileStore.cleanup to actually work. | Brian Durand | 2011-10-21 | 1 | -0/+34 |
* | | Fix threading issues with BufferedLogger. | Brian Durand | 2011-10-21 | 1 | -0/+53 |
|/ |
|
* | Checking blank if tag might coming nil or blank | Arun Agrawal | 2011-10-21 | 1 | -0/+5 |
* | Ensure TaggegLogging is thread safe. | José Valim | 2011-10-19 | 1 | -1/+29 |
* | Added X-Request-Id tracking and TaggedLogging to easily log that and other pr... | David Heinemeier Hansson | 2011-10-19 | 1 | -0/+34 |
* | Merge pull request #3151 from zenprogrammer/pluralize_without_count | José Valim | 2011-10-17 | 1 | -4/+8 |
|\ |
|
| * | Modified String#pluralize to take an optional count parameter. | Ryan Oblak | 2011-09-28 | 1 | -4/+8 |
* | | Fixed test_nonexisting_method_with_arguments to revert commit 29a5aea | Yasuo Honda | 2011-10-06 | 1 | -1/+1 |
* | | Revert "don't raise NoMethodError the tried method doesn't exists" | José Valim | 2011-10-06 | 1 | -1/+1 |
* | | Merge pull request #2801 from jeremyevans/patch-1 | Jeremy Kemper | 2011-10-03 | 1 | -0/+3 |
|\ \ |
|
| * | | Add tests for fixes to Time.=== | Jeremy Evans | 2011-09-07 | 1 | -0/+3 |
* | | | Rescuable spelling error | Christian Höltje | 2011-10-03 | 1 | -1/+1 |
* | | | Improved testing so that it tests the real functionality and not the private ... | Philippe Huibonhoa | 2011-10-02 | 1 | -4/+5 |
* | | | Added fix so that file store does not raise an exception when cache dir does ... | Philippe Huibonhoa | 2011-09-29 | 1 | -0/+7 |
| |/
|/| |
|
* | | Ensure that constantize just rescues NameError that applies to the constant b... | José Valim | 2011-09-23 | 1 | -0/+6 |
* | | Added ActiveSupport::Inflector.safe_constantize and String#safe_constantize; ... | Ryan Oblak | 2011-09-23 | 3 | -18/+63 |
* | | Merge pull request #3096 from phuibonhoa/master | Santiago Pastorino | 2011-09-22 | 1 | -1/+10 |
|\ \ |
|
| * | | Updated existing test that fails with this fix (8d63678d1406c5518d437709af0fd... | Philippe Huibonhoa | 2011-09-21 | 1 | -1/+1 |
| * | | Fixed issue in file store where it could create a filename that was too long ... | Philippe Huibonhoa | 2011-09-21 | 1 | -0/+9 |
* | | | Fix test to reflect use of to_param for keys | brainopia | 2011-09-18 | 1 | -8/+8 |
|/ / |
|
* | | Fix Hash#to_query edge case with html_safe string on 1.8 ruby | brainopia | 2011-09-16 | 1 | -0/+9 |
* | | Test deprecation warning when not using an options hash as second parameter. | Willem van Bergen | 2011-09-15 | 2 | -2/+14 |
* | | Use an options hash to specify digest/cipher algorithm and a serializer for M... | Willem van Bergen | 2011-09-15 | 2 | -6/+6 |
* | | Implement API suggestions of pull request. | Willem van Bergen | 2011-09-15 | 2 | -6/+24 |
* | | Fixed tests so that they will also run properly in other timezones. | Willem van Bergen | 2011-09-15 | 2 | -4/+4 |
* | | Custom serializers and deserializers in MessageVerifier and MessageEncryptor. | Willem van Bergen | 2011-09-15 | 2 | -1/+18 |
* | | Revert removing gsub and sub from safe buffer. | José Valim | 2011-09-08 | 3 | -36/+34 |
* | | this should have gone with the previous commit | Xavier Noria | 2011-09-08 | 1 | -2/+2 |
* | | remove support of symbols on classify and camelize | Damien Mathieu | 2011-09-08 | 3 | -34/+36 |
* | | We can't simply check the first line of the backtrace, | Arun Agrawal | 2011-09-04 | 1 | -4/+6 |
* | | Make `ActiveSupport::OrderedHash` extractable when using `Array#extract_optio... | Prem Sichanugrist | 2011-09-03 | 1 | -0/+5 |
|/ |
|
* | Revert all the stuff to do with disallowing non-public methods for Module#del... | Jon Leighton | 2011-08-25 | 2 | -136/+1 |
* | Fix autoload_once_paths when using Pathnames & ruby 1.9 | Jonathan del Strother | 2011-08-24 | 1 | -0/+18 |
* | Remove trailing whitespace | Daniel Schierbeck | 2011-08-23 | 1 | -2/+2 |
* | properly escape html to avoid invalid utf8 causing XSS attacks | Aaron Patterson | 2011-08-16 | 1 | -0/+7 |
* | Added Array#prepend as an alias for Array#unshift and Array#append as an alia... | David Heinemeier Hansson | 2011-08-15 | 1 | -0/+10 |
* | Requiring delegate. | Arun Agrawal | 2011-08-16 | 1 | -0/+1 |
* | Add a test for delegating a method ending in '=' as this is a special case. | Jon Leighton | 2011-08-15 | 1 | -0/+8 |
* | Split up the definitions in Module#delegate depending on :allow_nil, and don'... | Jon Leighton | 2011-08-15 | 1 | -0/+12 |
* | Fix the line number in the backtrace when Module#delegate raises | Jon Leighton | 2011-08-15 | 1 | -1/+13 |
* | Just do the method call directly in Module#delegate, if we can (we cannot for... | Jon Leighton | 2011-08-15 | 1 | -2/+20 |
* | Backport Object#public_send to 1.8 so that we can implement Module#delegate s... | Jon Leighton | 2011-08-15 | 1 | -0/+117 |