Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add AV as development dependency for railties | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+2 |
| | | | | It's needed for tests | ||||
* | Use last released version of thor | Guillermo Iguaran | 2013-03-30 | 1 | -1/+1 |
| | |||||
* | adds the API home page to the gemspec, needed for doc:rails | Xavier Noria | 2013-03-30 | 1 | -1/+1 |
| | |||||
* | rdoc is no longer a gem dependency, sdoc becomes a runtime dependency | Xavier Noria | 2013-03-30 | 1 | -1/+0 |
| | |||||
* | 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 |
| | |||||
* | Depend on thor >= 0.17.0 | Carlos Antonio da Silva | 2013-01-23 | 1 | -1/+1 |
| | |||||
* | 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 | -14/+17 |
| | | | | | | | | | | 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. | ||||
* | Depend on thor 0.15.4 | José Valim | 2012-06-29 | 1 | -1/+1 |
| | |||||
* | Require thor 0.15.3 onwards | José Valim | 2012-06-18 | 1 | -5/+1 |
| | |||||
* | Add license field to gemspecs, by Matt Griffin | Matt Griffin | 2012-05-23 | 1 | -0/+1 |
| | |||||
* | Allow Thor 0.15 and 1.0, to be released shortly | tomhuda | 2012-04-28 | 1 | -1/+5 |
| | |||||
* | Rack::SSL -> ActionDispatch::SSL | Rafael Mendonça França | 2012-03-17 | 1 | -1/+0 |
| | |||||
* | moves the guides up to the root directory | Xavier Noria | 2012-03-17 | 1 | -1/+1 |
| | |||||
* | Updated gemspec for ruby 1.9.3 | Rahul P. Chaudhari | 2011-12-21 | 1 | -1/+1 |
| | |||||
* | Synchronize the gemspecs since CHANGELOG has been renamed to CHANGELOG.md | Franck Verrot | 2011-11-04 | 1 | -1/+1 |
| | |||||
* | Update railties.gemspec | José Valim | 2011-06-28 | 1 | -0/+3 |
| | |||||
* | Fix issue #1598 by adding a dependency to the RDoc gem. | Jacob Poulsgaard Tjoernholm | 2011-06-09 | 1 | -0/+1 |
| | |||||
* | Now that we are compatible with Rake 0.9.0, lets allow it back in | David Heinemeier Hansson | 2011-05-21 | 1 | -1/+1 |
| | |||||
* | Bind to Rake 0.8.7 until a fix for Rake 0.9.0 is released | David Heinemeier Hansson | 2011-05-21 | 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. | ||||
* | Bump up rack-cache, tzinfo and thor | Santiago Pastorino | 2011-05-04 | 1 | -1/+1 |
| | |||||
* | make turn a soft dependency. generate a Gemfile that contains turn and ↵ | Aaron Patterson | 2011-04-08 | 1 | -1/+0 |
| | | | | require turn if it is available | ||||
* | Gem::Specification#has_rdoc= is deprecated since rubygems 1.7.0 | Santiago Pastorino | 2011-04-02 | 1 | -1/+0 |
| | |||||
* | Moved Turn activation/dependency to railties | David Heinemeier Hansson | 2011-03-31 | 1 | -0/+1 |
| | |||||
* | Add `config.force_ssl` configuration which will load `Rack::SSL` middleware ↵ | Prem Sichanugrist | 2011-03-27 | 1 | -0/+1 |
| | | | | | | | | if set to true This will allow user to be able to force all requests to be under HTTPS protocol. This commit was a request from DHH. Special thanks to Josh Peek as well for making `Rack::SSL`. | ||||
* | Update to latest thor. | José Valim | 2010-11-04 | 1 | -1/+1 |
| | |||||
* | Update to Thor 0.14.3. | José Valim | 2010-10-04 | 1 | -1/+1 |
| | |||||
* | Bump up some deps | Santiago Pastorino | 2010-09-26 | 1 | -1/+1 |
| | |||||
* | Bump thor version requirement. | José Valim | 2010-09-24 | 1 | -1/+1 |
| | |||||
* | Bump rake dependency to 0.8.4. [#5279 state:resolved] | Aaron Suggs | 2010-08-24 | 1 | -1/+1 |
| | | | | | | | This rake version adds the Rake::RDocTask#rdoc_task_name method, used in railties/lib/rails/tasks/documentation.rake Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Update to latest thor. | José Valim | 2010-07-26 | 1 | -1/+1 |
| | |||||
* | Change some missing README -> README.rdoc | Santiago Pastorino | 2010-07-22 | 1 | -1/+1 |
| | |||||
* | bump erubis version to 2.6.6 and thor version to 0.13.7 | Santiago Pastorino | 2010-07-02 | 1 | -1/+1 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Update generators to use thor 0.13.6 with simpler source_root handling. | José Valim | 2010-04-30 | 1 | -1/+1 |
| | |||||
* | Update thor dependency to 0.13.5 | José Valim | 2010-04-29 | 1 | -1/+1 |
| | |||||
* | moved rails binary to rails gem, so rubygems can find specific versions of ↵ | Felipe Rodrigues | 2010-04-12 | 1 | -3/+0 |
| | | | | | | rails [#4382 state:resolved] Signed-off-by: wycats <wycats@gmail.com> | ||||
* | Move railties/builtin into lib | Joshua Peek | 2010-03-20 | 1 | -1/+1 |
| | |||||
* | Load RAILS_VERSION relative to the gemspec file. | Stefan Penner | 2010-03-06 | 1 | -1/+1 |
| | |||||
* | Read Rails version from a file instead of modifying the load path and doing ↵ | Bryan Helmkamp | 2010-03-04 | 1 | -5/+4 |
| | | | | | | requires Signed-off-by: Jeremy Kemper <jeremy@bitsweat.net> | ||||
* | Wordsmith gem descriptions | Jeremy Kemper | 2010-03-02 | 1 | -2/+2 |
| | |||||
* | Leverage VERSION constants from gemspecs to avoid tedious updates when releasing | Bryan Helmkamp | 2010-03-02 | 1 | -3/+6 |
| | |||||
* | Update thor dependency. | José Valim | 2010-02-26 | 1 | -1/+1 |
| | |||||
* | Add readme as method in Rails::Generators::Actions (as we had in 2.3) | José Valim | 2010-02-17 | 1 | -1/+1 |
| | |||||
* | Merge master. | José Valim | 2010-02-17 | 1 | -1/+1 |
| | |||||
* | Adding ruby version spec to all gemspec files to at least 1.8.7 | Mikel Lindsaar | 2010-02-08 | 1 | -0/+1 |
| | | | | Signed-off-by: José Valim <jose.valim@gmail.com> | ||||
* | Bump git versions to 3.0.0.beta1 since we've released | Jeremy Kemper | 2010-02-05 | 1 | -3/+3 |
| | |||||
* | Homogenize gemspecs and remove the deprecated autorequire | David Heinemeier Hansson | 2010-02-03 | 1 | -21/+19 |
| |