Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge branch 'multiparameter-attributes-refactor' | Carlos Antonio da Silva | 2012-08-18 | 2 | -76/+104 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Get rid of some arguments by using the accessors | Carlos Antonio da Silva | 2012-08-18 | 1 | -30/+31 | |
| * | | | | | | Move multiparameter attribute logic to a class | Carlos Antonio da Silva | 2012-08-18 | 1 | -72/+84 | |
| * | | | | | | Some more cleanup to use Hash#values_at, and some method docs | Carlos Antonio da Silva | 2012-08-18 | 1 | -3/+7 | |
| * | | | | | | Use cached column information to instantiate time object | Carlos Antonio da Silva | 2012-08-18 | 1 | -6/+6 | |
| * | | | | | | Refactor blank date parameter validation | Carlos Antonio da Silva | 2012-08-18 | 1 | -2/+6 | |
| * | | | | | | Refactor missing parameter validation based on position | Carlos Antonio da Silva | 2012-08-18 | 2 | -8/+12 | |
| * | | | | | | Reuse already fetched column to check for :time | Carlos Antonio da Silva | 2012-08-18 | 1 | -5/+6 | |
| * | | | | | | Refactor some code in multiparameter assignment | Carlos Antonio da Silva | 2012-08-18 | 1 | -26/+25 | |
| * | | | | | | Extract nested parameter assignment to a separate method | Carlos Antonio da Silva | 2012-08-18 | 1 | -3/+6 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #6903 from guilleiguaran/dalli-memcache-store | Santiago Pastorino | 2012-08-17 | 5 | -42/+37 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Add test to cover increment/decrement of non-existing key in MemCacheStore | Guillermo Iguaran | 2012-08-17 | 1 | -0/+2 | |
| * | | | | | | Replace deprecated `memcache-client` gem with `dalli` in ActiveSupport::Cache... | Guillermo Iguaran | 2012-08-17 | 5 | -42/+35 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #7380 from ernie/fix-nomethoderror-on-non-attribute-equali... | Aaron Patterson | 2012-08-17 | 2 | -2/+21 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix merge error when Equality LHS is non-attribute | Ernie Miller | 2012-08-17 | 2 | -2/+21 | |
* | | | | | | | Merge pull request #7381 from IPGlider/master | Rafael Mendonça França | 2012-08-17 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Update to activerecord-deprecated_finders on generator | Miguel Herranz | 2012-08-17 | 1 | -2/+2 | |
|/ / / / / / / | ||||||
* | | | | | | | Pull more serialize code into a lazy included module | Jon Leighton | 2012-08-17 | 1 | -60/+63 | |
* | | | | | | | don't call method unless we need to | Jon Leighton | 2012-08-17 | 1 | -1/+1 | |
* | | | | | | | align them assignments | Jon Leighton | 2012-08-17 | 1 | -4/+4 | |
* | | | | | | | Optimize for the happy path | Jon Leighton | 2012-08-17 | 1 | -11/+14 | |
* | | | | | | | Avoid #any? | Jon Leighton | 2012-08-17 | 1 | -1/+1 | |
* | | | | | | | The default value can be set once in #column_defaults | Jon Leighton | 2012-08-17 | 2 | -9/+16 | |
* | | | | | | | Optimize instantiation for models which don't use serialize | Jon Leighton | 2012-08-17 | 1 | -13/+20 | |
* | | | | | | | Avoid deep_dup when intantiating. | Jon Leighton | 2012-08-17 | 1 | -2/+5 | |
* | | | | | | | column default extraction should handle newlines. | Aaron Patterson | 2012-08-17 | 2 | -2/+10 | |
* | | | | | | | Merge pull request #7352 from aripollak/microsecond-timestamp | Rafael Mendonça França | 2012-08-17 | 4 | -3/+10 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix occasional microsecond conversion inaccuracy | Ari Pollak | 2012-08-15 | 4 | -3/+10 | |
* | | | | | | | | Merge pull request #7373 from hollowspace/patch-1 | Vijay Dev | 2012-08-17 | 1 | -10/+10 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix slightly broken Markdown syntax in actionpack/CHANGELOG.md | hollowspace | 2012-08-17 | 1 | -10/+10 | |
* | | | | | | | | | Increase benchmark time to 20 seconds. | Jon Leighton | 2012-08-17 | 1 | -18/+18 | |
| |_|/ / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Use benchmark/ips to measure AR performance | Jon Leighton | 2012-08-17 | 2 | -39/+36 | |
* | | | | | | | | Renaming active_record_deprecated_finders to activerecord-deprecated_finders | Jon Leighton | 2012-08-17 | 7 | -13/+13 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #7024 from bogdan/strict_validation_custom_exception | Rafael Mendonça França | 2012-08-16 | 5 | -5/+40 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | AM::Validation#validates: ability to pass custom exception to `:strict` option | Bogdan Gusiev | 2012-08-06 | 5 | -4/+32 | |
* | | | | | | | | Remove the active_model require from action_dispatch. | Rafael Mendonça França | 2012-08-16 | 1 | -1/+0 | |
* | | | | | | | | remove reference to humans.txt from release notes | Vijay Dev | 2012-08-16 | 1 | -2/+0 | |
| |_|_|_|_|/ / |/| | | | | | | ||||||
* | | | | | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-08-16 | 20 | -87/+176 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | copy edits [ci skip] | Vijay Dev | 2012-08-16 | 2 | -13/+13 | |
| * | | | | | | tiny formatting fix in i18n guide [ci skip] | Vijay Dev | 2012-08-15 | 1 | -1/+1 | |
| * | | | | | | Minor language fix. [ci skip] | Erich Menge | 2012-08-15 | 1 | -2/+2 | |
| * | | | | | | corrected grammar [ci skip] | Mikhail | 2012-08-14 | 1 | -2/+2 | |
| * | | | | | | add breathing to reading sentences for flow, cut down the run-ons [ci skip] | Soon Van | 2012-08-13 | 2 | -16/+16 | |
| * | | | | | | space for stack overflow; not when you get into things [ci skip] | Soon Van | 2012-08-13 | 2 | -4/+4 | |
| * | | | | | | Add mini-profiler to performance testing, useful links | Philipp Weißensteiner | 2012-08-12 | 1 | -1/+2 | |
| * | | | | | | Minor punctuation fix in api documentation guide [ci skip] | Carlos Antonio da Silva | 2012-08-11 | 1 | -1/+1 | |
| * | | | | | | proper casing in pronouns; relocate the pro git book [ci skip] | Soon Van | 2012-08-11 | 4 | -36/+36 | |
| * | | | | | | Fix caching guide (plural model name) [ci skip] | Franco Catena | 2012-08-10 | 1 | -2/+2 | |
| * | | | | | | Document the namespacing of controller actions per this discussion: | schneems | 2012-08-09 | 1 | -0/+11 | |
| * | | | | | | add around_create callback documentation for ActiveModel::Callbacks | andrea longhi | 2012-08-08 | 1 | -0/+11 |