Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge pull request #4543 from jdelStrother/find_or_init | Jon Leighton | 2012-02-01 | 2 | -2/+13 | |
|\ \ \ | |_|/ |/| | | Don't instantiate two objects in collection proxy / find_or_instantiate_by | |||||
| * | | Don't instantiate two objects in collection proxy / find_or_instantiator_by | Jonathan del Strother | 2012-01-19 | 2 | -2/+13 | |
| | | | ||||||
* | | | Merge pull request #4832 from guilleiguaran/https-gemfile | José Valim | 2012-02-01 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | Use https://rubygems.org source for default Gemfile | |||||
| * | | | Use https://rubygems.org source for default Gemfile | Guillermo Iguaran | 2012-02-01 | 1 | -1/+1 | |
|/ / / | | | | | | | | | | See https://github.com/rails/rails/pull/4684#commitcomment-920313 | |||||
* | | | Merge pull request #4830 from rafaelfranca/restrict-fix | Aaron Patterson | 2012-02-01 | 2 | -3/+3 | |
|\ \ \ | | | | | | | | | Fix typo | |||||
| * | | | Fix typo | Rafael Mendonça França | 2012-02-01 | 2 | -3/+3 | |
|/ / / | ||||||
* | | | Merge pull request #4829 from rafaelfranca/restrict-fix | Aaron Patterson | 2012-02-01 | 5 | -5/+29 | |
|\ \ \ | | | | | | | | | Use human attribute name to show the dependent destroy message | |||||
| * | | | Remove the dependent_restrict_raises configuration if activerecord is | Rafael Mendonça França | 2012-02-01 | 2 | -2/+1 | |
| | | | | | | | | | | | | | | | | not preset | |||||
| * | | | Use human attribute name to show the dependent destroy message | Rafael Mendonça França | 2012-02-01 | 3 | -3/+28 | |
|/ / / | ||||||
* | | | Merge pull request #4828 from railsaholic/fix_error_message | José Valim | 2012-02-01 | 4 | -4/+7 | |
|\ \ \ | | | | | | | | | fix has_one, has_many restrict error message | |||||
| * | | | fix has_one, has_many restrict error message | Manoj | 2012-02-01 | 4 | -4/+7 | |
| | | | | ||||||
* | | | | Merge pull request #4806 from KL-7/do-not-serialize-nil | Aaron Patterson | 2012-02-01 | 2 | -2/+15 | |
|\ \ \ \ | | | | | | | | | | | Do not serialize nil in serialized attribute. | |||||
| * | | | | Do not serialize nil in serialized attribute. | Kirill Lashuk | 2012-01-31 | 2 | -2/+15 | |
| | | | | | ||||||
* | | | | | Merge pull request #4809 from cfeist/feist-sqlite-binary-corruption | Aaron Patterson | 2012-02-01 | 3 | -17/+3 | |
|\ \ \ \ \ | | | | | | | | | | | | | Fix for SQLite binary data corrupter (to master branch) | |||||
| * | | | | | Fixed issue with SQLite adapter corrupting binary data | Chris Feist | 2012-01-31 | 1 | -16/+1 | |
| | | | | | | ||||||
| * | | | | | Added test to illustrate bad binary blobs. | Chris Feist | 2012-01-31 | 2 | -1/+2 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #4784 from semaperepelitsa/constantize | Aaron Patterson | 2012-02-01 | 2 | -2/+2 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | A little constantize update | |||||
| * | | | | | Dont do underscore and camelize, only camelize is fine | Semyon Perepelitsa | 2012-01-31 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | There is an "inherit" option on const_get too, why not use it? | Semyon Perepelitsa | 2012-01-31 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | Merge pull request #4804 from rafaelfranca/check_box-fix | José Valim | 2012-02-01 | 2 | -1/+5 | |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | check_box with nil as unchecked value should be HTML safe | |||||
| * | | | | | | check_box with nil as unchecked value should be HTML safe | Rafael Mendonça França | 2012-01-31 | 2 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Carlos Antonio da Silva + Rafael Mendonça França] | |||||
* | | | | | | | revise docs [ci skip] | Vijay Dev | 2012-02-01 | 2 | -4/+4 | |
| | | | | | | | ||||||
* | | | | | | | document the AR none method [ci skip] | Vijay Dev | 2012-02-01 | 2 | -7/+31 | |
| | | | | | | | ||||||
* | | | | | | | fix a typo [ci skip] | Vijay Dev | 2012-02-01 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | Merge pull request #4825 from sikachu/master-fix-plugin-new | José Valim | 2012-02-01 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix broken test introduced from #4814 | |||||
| * | | | | | | | Fix broken test introduced from #4814 | Prem Sichanugrist | 2012-02-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ruby_debugger_gemfile_entry was removed from the generator. Please make sure to run `grep` or `ack` to make sure it was removed in every places. | |||||
* | | | | | | | | Merge pull request #4826 from kennyj/fix_4737-2 | José Valim | 2012-02-01 | 2 | -8/+11 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | Fix GH #4737. Missing helper file (LoadError) in mountable plugin. | |||||
| * | | | | | | | Fix GH #4737. Missing helper file (LoadError) in mountable plugin. | kennyj | 2012-02-02 | 2 | -8/+11 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge branch 'master' of github.com:lifo/docrails | Vijay Dev | 2012-02-01 | 11 | -24/+37 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | fixes the plus sign properly [ci skip] | Vijay Dev | 2012-02-01 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Revert "fixing text to match what is being displayed" | Vijay Dev | 2012-02-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 5be94cedce3f80923661a2f1fee02c9bfc2e95b2. Reason: This commit is incorrect. | |||||
| * | | | | | | | escape plus sign in "Rails 2.3+" to fix markup | daniely | 2012-02-01 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Improve readonly examples and optimistic locking docs | Carlos Antonio da Silva | 2012-01-31 | 2 | -9/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Relation#order can receive order attributes as different arguments, add example; * Readonly does not handle deletion of records, only modification; * locking_version column does not need to default to 0, Rails handles nil values; * Change references from "set_locking_column" to "self.locking_column". | |||||
| * | | | | | | | Improve ar associations habtm docs a bit | Carlos Antonio da Silva | 2012-01-31 | 1 | -5/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | Merge branch 'master' of github.com:lifo/docrails | Patrick Davey | 2012-01-31 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Fixed typo. "from" should be "form". | Ying Tsen Hong | 2012-01-30 | 1 | -1/+1 | |
| | | | | | | | | | ||||||
| * | | | | | | | | fixing text to match what is being displayed | Patrick Davey | 2012-01-31 | 1 | -1/+1 | |
| |/ / / / / / / | ||||||
| * | | | | | | | Fixing some double quotes that should be single quotes | Carol Nichols | 2012-01-29 | 1 | -2/+2 | |
| | | | | | | | | ||||||
| * | | | | | | | Update .travis.yml | ben | 2012-01-30 | 1 | -1/+0 | |
| | | | | | | | | ||||||
| * | | | | | | | https://github.com/lifo/docrails/blob/master/.travis.yml | ben | 2012-01-30 | 1 | -0/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Sorry for editing this file. | Meck | 2012-01-30 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Update README.rdoc | Meck | 2012-01-30 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | Improve active record associations guide a bit | Carlos Antonio da Silva | 2012-01-28 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use right example for has_many :find method; * Reword has_many :counter_sql doc notes. | |||||
| * | | | | | | | Whitespace only: Use single newline at end of file. | Brook Riggio | 2012-01-27 | 3 | -3/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bring these files into accordance with the prevailing convention. | |||||
| * | | | | | | | Updates documentaton to indicate that :expires_in can be used with all cache ↵ | dev | 2012-01-26 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stores. | |||||
| * | | | | | | | [ci skip] More docs for ActiveSupport::MessageEncryptor | Daniel Fone | 2012-01-26 | 1 | -0/+14 | |
| | | | | | | | | ||||||
* | | | | | | | | Merge pull request #4814 from guilleiguaran/remove-ruby-debugger-method | Santiago Pastorino | 2012-02-01 | 2 | -5/+1 | |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Remove ruby_debugger_gemfile_entry from app_base | |||||
| * | | | | | | | | Remove ruby_debugger_gemfile_entry from app_base, we can just put ↵ | Guillermo Iguaran | 2012-02-01 | 2 | -5/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ruby-debug19 commented directly in Gemfile | |||||
* | | | | | | | | | Merge pull request #4821 from carlosantoniodasilva/strict-validation | José Valim | 2012-02-01 | 3 | -11/+19 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | Generate strict validation error messages with attribute name | |||||
| * | | | | | | | | Generate strict validation error messages with attribute name | Carlos Antonio da Silva | 2012-02-01 | 3 | -11/+19 | |
|/ / / / / / / / |