Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated links from http to https in guides, docs, etc | Abhay Nikam | 2019-03-09 | 1 | -1/+1 |
| | |||||
* | Revert "Revert "Merge pull request #34387 from ↵ | Kasper Timm Hansen | 2019-01-08 | 1 | -0/+3 |
| | | | | | | | | yhirano55/rails_info_properties_json"" I reverted the wrong commit. Damn it. This reverts commit f66a977fc7ae30d2a07124ad91924c4ee638a703. | ||||
* | Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json" | Kasper Timm Hansen | 2019-01-08 | 1 | -3/+0 |
| | | | | | | | | | | | We had a discussion on the Core team and we don't want to expose this information as a JSON endpoint and not by default. It doesn't make sense to expose this JSON locally and this controller is only accessible in dev, so the proposed access from a production app seems off. This reverts commit 8eaffe7e89719ac62ff29c2e4208cfbeb1cd1c38, reversing changes made to b6e4305c3bca4c673996d0af9db0f4cfbf50215e. | ||||
* | Require Ruby 2.5 for Rails 6. | Kasper Timm Hansen | 2018-12-19 | 1 | -1/+1 |
| | | | | | | | | | | Generally followed the pattern for https://github.com/rails/rails/pull/32034 * Removes needless CI configs for 2.4 * Targets 2.5 in rubocop * Updates existing CHANGELOG entries for fewer merge conflicts * Removes Hash#slice extension as that's inlined on Ruby 2.5. * Removes the need for send on define_method in MethodCallAssertions. | ||||
* | Abort early if generator command fails (#34420) | David Rodríguez | 2018-12-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | * No need to go through ruby * Abort early if a generator command fails * Reuse `rails_command` method * Bump thor minimum dependency to 0.20.3 * Add some minimal docs * Add a changelog entry * Restore original logging | ||||
* | Amend CVE note and security guide section wordings | Gannon McGibbon | 2018-11-06 | 1 | -3/+3 |
| | | | | | | | Reword first sentence of dep management and CVE section of security guide. Also, reword and move gemspec notes above deps. [ci skip] | ||||
* | Add CVE note to security guide and gemspecs | Gannon McGibbon | 2018-11-06 | 1 | -0/+3 |
| | | | | [ci skip] | ||||
* | Bump minimum version of Thor to 0.19.0 | Guillermo Iguaran | 2018-05-22 | 1 | -1/+1 |
| | | | | Thor 0.18 is causing failures in all the generator tests. | ||||
* | Rails 6 requires Ruby 2.4.1+ | Jeremy Daer | 2018-02-17 | 1 | -1/+1 |
| | | | | | | Skipping over 2.4.0 to sidestep the `"symbol_from_string".to_sym.dup` bug. References #32028 | ||||
* | Remove support to Ruby 2.2 | Rafael Mendonça França | 2018-02-16 | 1 | -1/+1 |
| | | | | Rails 6 will only support Ruby >= 2.3. | ||||
* | Adding frozen_string_literal pragma to Railties. | Pat Allan | 2017-08-14 | 1 | -0/+2 |
| | |||||
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
| | | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa. | ||||
* | Merge pull request #29540 from kirs/rubocop-frozen-string | Matthew Draper | 2017-07-02 | 1 | -0/+1 |
|\ | | | | | | | Enforce frozen string in Rubocop | ||||
| * | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
| | | |||||
* | | Add source code and changelog link to railties.gemspec | Koichi ITO | 2017-07-01 | 1 | -0/+5 |
|/ | |||||
* | Define path with __dir__ | bogdanvlviv | 2017-05-23 | 1 | -1/+1 |
| | | | | | | ".. with __dir__ we can restore order in the Universe." - by @fxn Related to 5b8738c2df003a96f0e490c43559747618d10f5f | ||||
* | applies new string literal convention in the gemspecs | Xavier Noria | 2016-08-06 | 1 | -20/+20 |
| | | | | | 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. | ||||
* | Include MIT-LICENSE in railties gem | Brandon Keepers | 2015-09-01 | 1 | -1/+1 |
| | |||||
* | Merge pull request #19753 from jonatack/use-ruby-2-2-2 | Guillermo Iguaran | 2015-04-13 | 1 | -1/+1 |
|\ | | | | | Upgrade to Ruby 2.2.2 | ||||
| * | 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. | ||||
* | | Rename railties/bin to railties/exe | Islam Wazery | 2015-04-11 | 1 | -2/+2 |
|/ | | | | | | That will match the new Bundler executables convention. Bundler Blog Post: http://bundler.io/blog/2015/03/20/moving-bins-to-exe.html Also updated the necessary tests. | ||||
* | method_source needs to be a hard dependency on railties | Arthur Neves | 2015-03-19 | 1 | -0/+1 |
| | |||||
* | Target Ruby 2.2.1 in gemspecs | Peter Suschlik | 2015-03-09 | 1 | -1/+1 |
| | | | | This is a follow-up to #19257 | ||||
* | 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. | ||||
* | 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 |
| |