Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | Fixed configurable.rb regular expression name check | Hincu Petru | 2013-12-19 | 2 | -1/+7 | |
* | | | | | | | | | Merge pull request #13401 from akshay-vishnoi/refactor | Rafael Mendonça França | 2013-12-19 | 2 | -9/+13 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Prevent creation of instance methods when `instance_reader = false`, Grammar ... | Akshay Vishnoi | 2013-12-19 | 2 | -9/+13 | |
* | | | | | | | | | Prefer assert_raise instead of flunk + rescue to test for exceptions | Carlos Antonio da Silva | 2013-12-19 | 5 | -48/+31 | |
* | | | | | | | | | Fix asserting the correct exception message in dependencies test | Carlos Antonio da Silva | 2013-12-19 | 1 | -2/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Unused classes in AS tests | Akira Matsuda | 2013-12-19 | 4 | -30/+0 | |
* | | | | | | | | Merge pull request #13400 from nishant-cyro/docs | Guillermo Iguaran | 2013-12-18 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | fix typos and grammar mistake [ci skip] | nishant-cyro | 2013-12-19 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #13366 from vipulnsward/minitest-namespace-change | Godfrey Chan | 2013-12-18 | 2 | -5/+5 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Change all `MiniTest` to `Minitest` since, `MiniTest` namespace has been rena... | Vipul A M | 2013-12-18 | 2 | -5/+5 | |
| | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
* | | | | | | | | | Unused classes in test case | Akira Matsuda | 2013-12-19 | 1 | -25/+0 | |
* | | | | | | | | | Merge pull request #13367 from abhishekjain16/new_branch | Yves Senn | 2013-12-18 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | change to DateTime.civil_from_format from DateTime.civil_from_fromat in chang... | abhishek | 2013-12-18 | 1 | -1/+1 | |
* | | | | | | | | | Get ready to release 4.1.0.beta1 | David Heinemeier Hansson | 2013-12-17 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #13346 from chancancode/release_notes_etc | Yves Senn | 2013-12-17 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Some assorted fixes for the 4.1 release notes: | Godfrey Chan | 2013-12-17 | 1 | -1/+1 | |
* | | | | | | | | | | Merge pull request #13341 from carlosantoniodasilva/ca-i18n | Carlos Antonio da Silva | 2013-12-17 | 4 | -10/+27 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Require I18n >= 0.6.9 | Carlos Antonio da Silva | 2013-12-17 | 1 | -1/+1 | |
| * | | | | | | | | | Add changelog and upgrading notice related to I18n enforce_available_locales ... | Carlos Antonio da Silva | 2013-12-17 | 1 | -5/+13 | |
| * | | | | | | | | | Disable available locales checks to avoid warnings running the tests | Carlos Antonio da Silva | 2013-12-17 | 1 | -0/+3 | |
| * | | | | | | | | | Default I18n.enforce_available_locales to true | Carlos Antonio da Silva | 2013-12-17 | 1 | -4/+10 | |
* | | | | | | | | | | concern doesn't include the module automatically | Rafael Mendonça França | 2013-12-17 | 1 | -1/+0 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Fix indent on AS changelog [ci skip] | Carlos Antonio da Silva | 2013-12-17 | 1 | -18/+18 | |
* | | | | | | | | | Introduce Module#concerning | Jeremy Kemper | 2013-12-17 | 4 | -0/+219 | |
* | | | | | | | | | Merge pull request #13321 from mezis/fix-safebuffer-interpolation-master | Jeremy Kemper | 2013-12-16 | 2 | -7/+37 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Fixes interpolation on SafeBuffer | Julien Letessier | 2013-12-14 | 2 | -7/+37 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #13307 from akshay-vishnoi/typo | Rafael Mendonça França | 2013-12-15 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | / / / / | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | Spelling and Grammar check [ci skip] | Akshay Vishnoi | 2013-12-16 | 1 | -2/+2 | |
* | | | | | | | | Perf: save ~9% of object allocations on heavy requests. | Jeremy Kemper | 2013-12-12 | 1 | -2/+5 | |
* | | | | | | | | Merge pull request #13229 from vipulnsward/fix-10635-tests | Rafael Mendonça França | 2013-12-12 | 2 | -2/+17 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | PR #10635 introduces rescue from ArgumentError thrown by `Base64.strict_decod... | Vipul A M | 2013-12-12 | 2 | -2/+17 | |
* | | | | | | | | | Copy-edit the parent commit | Rafael Mendonça França | 2013-12-12 | 1 | -6/+8 | |
* | | | | | | | | | Merge pull request #13268 from aayushkhandelwal11/master | Rafael Mendonça França | 2013-12-12 | 1 | -22/+16 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Moving the common code of increment and decrement of cache file store into se... | Aayush khandelwal | 2013-12-12 | 1 | -22/+16 | |
* | | | | | | | | | Changelog improvements [ci skip] | Carlos Antonio da Silva | 2013-12-12 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #13287 from aayushkhandelwal11/typo_rectified | Yves Senn | 2013-12-11 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | typos rectified lifecycle => life cycle | Aayush khandelwal | 2013-12-12 | 1 | -3/+3 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | JSON: speed up date/time encoding | Jeremy Kemper | 2013-12-11 | 1 | -24/+19 | |
* | | | | | | | | | Merge pull request #13284 from aayushkhandelwal11/typos_corrected | Godfrey Chan | 2013-12-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | typos rectified [ci skip] | Aayush khandelwal | 2013-12-12 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Remove not necessary file, move constants to the file they are used | Carlos Antonio da Silva | 2013-12-11 | 3 | -8/+8 | |
* | | | | | | | | | Nodoc missing number helper classes in AS [ci skip] | Carlos Antonio da Silva | 2013-12-11 | 3 | -4/+2 | |
* | | | | | | | | | typo rectified [skip ci] | Aayush khandelwal | 2013-12-11 | 2 | -2/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #13260 from arunagw/using-parallelize_me | Aaron Patterson | 2013-12-10 | 1 | -6/+3 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Using parallelize_me! to parallelize isolated test | Arun Agrawal | 2013-12-10 | 1 | -6/+3 | |
* | | | | | | | | | Replace with gsub! in ActiveSupport::Inflector. | Elben Shira | 2013-12-10 | 1 | -1/+2 | |
* | | | | | | | | | make `collect_deprecations` available. | Yves Senn | 2013-12-10 | 1 | -11/+10 | |
* | | | | | | | | | doc: date/conversions.rb should talk about date format not time format. | Yves Senn | 2013-12-10 | 1 | -2/+2 | |
|/ / / / / / / / | ||||||
* / / / / / / / | Upgrade minitest version | Godfrey Chan | 2013-12-08 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #13213 from arunagw/aa-minitest-version-fix | Aaron Patterson | 2013-12-06 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ |