Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Ensure attribute methods are included after all the AR stuff | Jon Leighton | 2011-12-24 | 3 | -2/+3 | |
| | | | | | ||||||
* | | | | | Fix #exists? for AR::Model | Jon Leighton | 2011-12-24 | 2 | -1/+6 | |
| | | | | | ||||||
* | | | | | Make generated_feature_methods work with ActiveRecord::Model | Jon Leighton | 2011-12-24 | 2 | -4/+13 | |
| | | | | | ||||||
* | | | | | Fixtures support for ActiveRecord::Model | Jon Leighton | 2011-12-24 | 4 | -1/+17 | |
| | | | | | ||||||
* | | | | | Deal with global config better between AR::Base and AR::Model | Jon Leighton | 2011-12-24 | 12 | -83/+147 | |
| | | | | | ||||||
* | | | | | Add test for inheritance from a non-AR superclass | Jon Leighton | 2011-12-24 | 2 | -0/+19 | |
| | | | | | ||||||
* | | | | | Extract common logic into a method | Jon Leighton | 2011-12-24 | 7 | -28/+34 | |
| | | | | | ||||||
* | | | | | I herd you like modules. | Jon Leighton | 2011-12-24 | 15 | -71/+153 | |
| | | | | | ||||||
* | | | | | Start work towards making AR include-able. | Jon Leighton | 2011-12-24 | 4 | -369/+390 | |
| | | | | | ||||||
* | | | | | Remove Rescue middleware that was never used by Rails. | José Valim | 2011-12-24 | 3 | -43/+1 | |
| | | | | | ||||||
* | | | | | Update CHANGELOGs | José Valim | 2011-12-24 | 2 | -0/+4 | |
| | | | | | ||||||
* | | | | | Merge branch 'gzip-index' which contains two features: | José Valim | 2011-12-24 | 18 | -53/+338 | |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) Adding gzip to pages cache, closes #4124 2) Allow scaffold/model/migration generators to accept a "index" and "uniq" modifiers, as in: "tracking_id:integer:uniq" in order to generate (unique) indexes. Some types also accept custom options, for instance, you can specify the precision and scale for decimals as "price:decimal{7,2}". This feature closes #2555. | |||||
| * | | | | | Tidy up migration types. | José Valim | 2011-12-24 | 13 | -61/+81 | |
| | | | | | | ||||||
| * | | | | | added ability to specify from cli when generating a model/migration whether ↵ | Dmitrii Samoilov | 2011-12-24 | 12 | -18/+200 | |
| | | | | | | | | | | | | | | | | | | | | | | | | particular property should be an index like this 'rails g model person name:string:index profile:string' | |||||
| * | | | | | Remove unecessary config_accessors. | José Valim | 2011-12-24 | 3 | -11/+5 | |
| | | | | | | ||||||
| * | | | | | Provide a class optin for page_cache_compression. | José Valim | 2011-12-24 | 2 | -20/+24 | |
| | | | | | | ||||||
| * | | | | | Gzip files on page caching | Andrey A.I. Sitnik | 2011-12-24 | 3 | -5/+90 | |
|/ / / / / | | | | | | | | | | | | | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | |||||
* | | | | | Merge pull request #4149 from castlerock/remove_1.8_stuff | José Valim | 2011-12-24 | 1 | -7/+0 | |
|\ \ \ \ \ | | | | | | | | | | | | | remove ruby 1.8 stuff method skip to support ruby 1.8 series | |||||
| * | | | | | remove ruby 1.8 stuff skip hack from AR | Vishnu Atrai | 2011-12-23 | 1 | -7/+0 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #4147 from lest/remove-app-fallback | José Valim | 2011-12-24 | 4 | -3/+16 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | remove Rails application fallback from AD::IntegrationTest | |||||
| * | | | | | | remove Rails application fallback from AD::IntegrationTest | Sergey Nartimov | 2011-12-23 | 4 | -3/+16 | |
| |/ / / / / | | | | | | | | | | | | | | | | | | | set AD::IntegrationTest.app in railtie initializer | |||||
* | | | | | | Merge pull request #4156 from nashby/to-sym-ruby-18 | Jeremy Kemper | 2011-12-23 | 1 | -2/+1 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | remove checking for non-empty string before calling to_sym | |||||
| * | | | | | | remove checking for non-empty string before calling to_sym | Vasiliy Ermolovich | 2011-12-24 | 1 | -2/+1 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Remove broken #compute_source_path | Jeremy Kemper | 2011-12-23 | 1 | -5/+0 | |
| | | | | | | ||||||
* | | | | | | stop test resetting global state | Jon Leighton | 2011-12-23 | 1 | -0/+6 | |
|/ / / / / | ||||||
* | / / / | Fix situation where id method didn't get defined causing postgres to fail | Jon Leighton | 2011-12-23 | 1 | -4/+3 | |
| |/ / / |/| | | | ||||||
* | | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2011-12-24 | 5 | -22/+27 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: railties/guides/source/active_support_core_extensions.textile | |||||
| * | | | | AM::MAS.attr_protected: rework usage example. | Bogdan Gusiev | 2011-12-23 | 1 | -9/+9 | |
| | | | | | ||||||
| * | | | | Added link in MIT license for Action Mailer README. I think this seems ↵ | Kristian Freeman | 2011-12-22 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | appropriate but commentary on this is not a bad idea. | |||||
| * | | | | Added link to MIT license. Would love commentary on whether this seems ↵ | Kristian Freeman | 2011-12-22 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | appropriate. | |||||
| * | | | | Readability in Action Mailer README. | Kristian Freeman | 2011-12-22 | 1 | -3/+3 | |
| | | | | | ||||||
| * | | | | Correct grammar on Mailer generator -- passES. Working on enhancing ↵ | Kristian Freeman | 2011-12-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | conventional readability in README and USAGE files. | |||||
| * | | | | [docs] pluck docs reverted for activesupport | Arun Agrawal | 2011-12-23 | 1 | -10/+0 | |
| | | | | | | | | | | | | | | | https://github.com/rails/rails/commit/367741ef22d1538b8550cf6e4b2276a0946066c0 | |||||
| * | | | | Fixed AM::MasAsSec.attr_protected usage example. | Bogdan Gusiev | 2011-12-22 | 1 | -15/+16 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problems with current example: * DOESN'T WORK ** attr_protected :last_login, :as => :admin # doesn't make it accessible for admin * Uses ActiveSupport Fixnum extension | |||||
| * | | | | Fix AM::MassAssignementSecurity doc | Bogdan Gusiev | 2011-12-22 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | [docs] Added missing "}" fixes #4126 | Arun Agrawal | 2011-12-22 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Rails 3.2 Release Notes | Vijay Dev | 2011-12-24 | 1 | -0/+429 | |
| |_|_|/ |/| | | | ||||||
* | | | | Doh, remove debugging line | Jon Leighton | 2011-12-23 | 1 | -1/+0 | |
| | | | | ||||||
* | | | | Fix #4046. | Jon Leighton | 2011-12-23 | 5 | -46/+58 | |
| | | | | ||||||
* | | | | serialize fails on subclass | Alvaro Bautista | 2011-12-23 | 4 | -6/+32 | |
| |/ / |/| | | ||||||
* | | | removes Enumerable#pluck from the AS guide | Xavier Noria | 2011-12-23 | 1 | -10/+0 | |
| | | | ||||||
* | | | Merge pull request #4140 from kuroda/databases_rake | Aaron Patterson | 2011-12-22 | 1 | -0/+1 | |
|\ \ \ | | | | | | | | | Reconnect to the first database after db:create | |||||
| * | | | Reconnect to the first database after db:create | Tsutomu Kuroda | 2011-12-23 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | Otherwise, the schema and seed will be loaded onto the test database. | |||||
* | | | | Merge pull request #4142 from lest/remove-1-8-code | José Valim | 2011-12-22 | 1 | -21/+0 | |
|\ \ \ \ | |/ / / |/| | | | remove Enumerable#each_with_object again | |||||
| * | | | remove Enumerable#each_with_object again | Sergey Nartimov | 2011-12-23 | 1 | -21/+0 | |
|/ / / | | | | | | | | | | it come back occasionally in 367741ef | |||||
* | | | adding an integration test for splat regexp substitutions. fixes #4138 | Aaron Patterson | 2011-12-22 | 1 | -0/+13 | |
| | | | ||||||
* | | | Adding an integration test. Fixes #4136 | Aaron Patterson | 2011-12-22 | 1 | -0/+9 | |
| | | | ||||||
* | | | Fix build when IM=true | Jon Leighton | 2011-12-22 | 1 | -4/+3 | |
| | | | ||||||
* | | | Delete unnecessary line that was necessary before I changed the code and it ↵ | Jon Leighton | 2011-12-22 | 1 | -1/+0 | |
| | | | | | | | | | | | | became no longer necessary. | |||||
* | | | adds deprecation warnings to the RDoc of Array#uniq_by(!) | Xavier Noria | 2011-12-20 | 1 | -2/+6 | |
| | | |