Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove deprecated support to passing a column to #quote | Rafael Mendonça França | 2016-12-29 | 1 | -1/+1 |
| | |||||
* | applies new string literal convention in the gemspecs | Xavier Noria | 2016-08-06 | 1 | -15/+15 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | revises the homepage URL in the gemspecs [ci skip] | Xavier Noria | 2016-03-10 | 1 | -1/+1 |
| | | | | References https://github.com/rails/homepage/issues/46. | ||||
* | Use released arel | Rafael Mendonça França | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | Upgrade to Ruby 2.2.2 | Jon Atack | 2015-04-14 | 1 | -1/+1 |
| | | | | and fix the grammar in the ruby_version_check.rb user message. | ||||
* | Target Ruby 2.2.1 in gemspecs | Peter Suschlik | 2015-03-09 | 1 | -1/+1 |
| | | | | This is a follow-up to #19257 | ||||
* | Require Arel 7.0.0.alpha | Sean Griffin | 2014-12-29 | 1 | -1/+1 |
| | |||||
* | Require Ruby 2.2 for Rails 5.0 | claudiob | 2014-12-26 | 1 | -1/+1 |
| | | | | | Stems from [this comment](https://github.com/rails/rails/pull/18203#issuecomment-68138096) by @robin850 and by the blog post http://weblog.rubyonrails.org/2014/12/19/Rails-4-2-final | ||||
* | Bump required Ruby version to 2.1.0 | claudiob | 2014-11-28 | 1 | -1/+1 |
| | | | | | | | | | [This article](http://weblog.rubyonrails.org/2014/8/20/Rails-4-2-beta1/#maintenance-consequences-and-rails-5-0) states that: > Rails 5.0 is in most likelihood going to target Ruby 2.2. Before the exact minimum version is fully decided, @arthurnn [suggests](https://github.com/rails/rails/pull/17830#issuecomment-64940383) that **at least** version 2.1.0 **must** be required by the `gemspec` files. | ||||
* | Use released arel | Rafael Mendonça França | 2014-11-25 | 1 | -1/+1 |
| | |||||
* | Use released arel | Godfrey Chan | 2014-10-30 | 1 | -1/+1 |
| | |||||
* | Use released arel | Rafael Mendonça França | 2014-08-17 | 1 | -1/+1 |
| | |||||
* | Arel master is 6.0.0 | Rafael Mendonça França | 2014-05-05 | 1 | -1/+1 |
| | |||||
* | Use the released arel gem | Rafael Mendonça França | 2013-12-05 | 1 | -1/+1 |
| | |||||
* | use arel `master` and update activerecord to depend on arel `5.0.0`. | Yves Senn | 2013-11-19 | 1 | -1/+1 |
| | | | | | | This is a follow-up to 3053fee954c1e28b23f7e00921d7b9b3b3867fa5. > The `master` branch should use the `master` branch. | ||||
* | Remove depreacted finders | Łukasz Strzałkowski | 2013-06-28 | 1 | -1/+0 |
| | | | | They were deprecated in 4.0, planned to remove in 4.1 | ||||
* | Bump activerecord-deprecated_finders. Fixes #10304 | Rafael Mendonça França | 2013-04-29 | 1 | -1/+1 |
| | |||||
* | Bump arel to 4.0.0 | Rafael Mendonça França | 2013-04-18 | 1 | -1/+1 |
| | |||||
* | activerecord-deprecated_finders 1.0.0 has a bug with has_many :through | Rafael Mendonça França | 2013-04-17 | 1 | -1/+1 |
| | | | | associations | ||||
* | Bump activerecord-deprecated_finders to 1.0.0 | Rafael Mendonça França | 2013-04-17 | 1 | -1/+1 |
| | |||||
* | Revert "instruct RDoc to only parse Ruby files under lib [Fixes #9779]" | Xavier Noria | 2013-03-18 | 1 | -1/+1 |
| | | | | This reverts commit c24528fbc94dea9946a563be3bed9559583bdc57. | ||||
* | instruct RDoc to only parse Ruby files under lib [Fixes #9779] | Xavier Noria | 2013-03-18 | 1 | -1/+1 |
| | |||||
* | bumping arel | Aaron Patterson | 2013-03-14 | 1 | -1/+1 |
| | |||||
* | Are was release | Rafael Mendonça França | 2013-02-25 | 1 | -1/+1 |
| | |||||
* | Less strict activerecord-deprecated_finders version | Rafael Mendonça França | 2013-01-22 | 1 | -1/+1 |
| | |||||
* | Undeprecate the :extend option | Jon Leighton | 2013-01-18 | 1 | -1/+1 |
| | | | | | | | Suggested by @dhh. It doesn't affect the generated SQL, so seems reasonable to continue to allow it as an association option. | ||||
* | Revert "Omit directories from gemspec.files for RubyGems 2 compat." | Jeremy Kemper | 2012-12-09 | 1 | -1/+1 |
| | | | | | | Obviated by rubygems/rubygems@486ed83cc8e706069213c5d406122f4cfcca9e7f This reverts commit bb8923dee093b615615cdfb83b34d1b0bb254f25. | ||||
* | Omit directories from gemspec.files for RubyGems 2 compat. | Jeremy Kemper | 2012-12-08 | 1 | -1/+1 |
| | | | | | | RG2 packager expects each spec.files path to be a file and bombs when it tries to tarball a dir. May revert if rubygems/rubygems#413 is accepted. | ||||
* | Clean up gemspecs | Vinny Diehl | 2012-11-08 | 1 | -10/+11 |
| | | | | | | | | | | Organized the gemspec files a bit. * Made quotes more consistent (single quotes dominated, so I used that). * Moved license line down a line, separating it logically, and removed the extra whitespace before its = operator. * Minor whitespace fixes. | ||||
* | Renaming active_record_deprecated_finders to activerecord-deprecated_finders | Jon Leighton | 2012-08-17 | 1 | -1/+1 |
| | | | | For consistency with the other AR extension plugins we are creating. | ||||
* | Add license field to gemspecs, by Matt Griffin | Matt Griffin | 2012-05-23 | 1 | -0/+1 |
| | |||||
* | add active_record_deprecated_finders as a dep | Jon Leighton | 2012-04-12 | 1 | -0/+2 |
| | |||||
* | bumping up arel | Aaron Patterson | 2012-02-21 | 1 | -1/+1 |
| | |||||
* | Fix GH #4909. Dependency on TZInfo move from AR to AS. | kennyj | 2012-02-10 | 1 | -1/+0 |
| | |||||
* | moving to arel 3.0.0 | Aaron Patterson | 2012-01-12 | 1 | -1/+1 |
| | |||||
* | Updated gemspec for ruby 1.9.3 | Rahul P. Chaudhari | 2011-12-21 | 1 | -1/+1 |
| | |||||
* | updating arel and journey dependencies | Aaron Patterson | 2011-12-14 | 1 | -1/+1 |
| | |||||
* | Bump Arel | Arun Agrawal | 2011-11-20 | 1 | -1/+1 |
| | |||||
* | Synchronize the gemspecs since CHANGELOG has been renamed to CHANGELOG.md | Franck Verrot | 2011-11-04 | 1 | -1/+1 |
| | |||||
* | Bump arel dependency | Jon Leighton | 2011-08-15 | 1 | -1/+1 |
| | |||||
* | Okay, the new incompatible arel is now called 2.2 and the sun shines upon ↵ | Jon Leighton | 2011-08-09 | 1 | -1/+1 |
| | | | | thee once more | ||||
* | Bump arel version | Jon Leighton | 2011-08-08 | 1 | -1/+1 |
| | |||||
* | Bump up rack-cache and tzinfo | Santiago Pastorino | 2011-06-30 | 1 | -1/+1 |
| | |||||
* | Bump ARel to 2.1.3 | Guillermo Iguaran | 2011-06-27 | 1 | -1/+1 |
| | |||||
* | Add the MIT-LICENSE to the Active Record gemspec | Franck Verrot | 2011-05-25 | 1 | -1/+1 |
| | |||||
* | Not updating rubyforge for new versions. Result of "gem list -d rails" is ↵ | Arun Agrawal | 2011-05-20 | 1 | -1/+0 |
| | | | | not useful. | ||||
* | bumping arel requirement | Aaron Patterson | 2011-05-17 | 1 | -1/+1 |
| | |||||
* | Bump up rack-cache, tzinfo and thor | Santiago Pastorino | 2011-05-04 | 1 | -1/+1 |
| | |||||
* | fixing arel requirements for released arel | Aaron Patterson | 2011-04-30 | 1 | -1/+1 |
| | |||||
* | Gem::Specification#has_rdoc= is deprecated since rubygems 1.7.0 | Santiago Pastorino | 2011-04-02 | 1 | -1/+0 |
| |