Path to this page:
Next | Query returned 9 messages, browsing 1 to 10 | previous
CVS Commit History:
2020-03-21 16:28:29 by Takahiro Kambe | Files touched by this commit (5) |  |
Log message:
devel/ruby-railties42: remove package
Remove ruby-railties42, a part of Ruby on Rails 4.2 package.
|
2019-04-14 12:15:29 by Takahiro Kambe | Files touched by this commit (1) |  |
Log message:
devel/ruby-railties42: update to 4.2.11.1
## Rails 4.2.11.1 (March 11, 2019) ##
* No changes.
|
2018-11-29 14:52:38 by Takahiro Kambe | Files touched by this commit (1) |  |
Log message:
devel/ruby-railties42: update to 4.2.11
No change except version.
|
2018-03-18 15:21:22 by Takahiro Kambe | Files touched by this commit (37) |
Log message:
lang/ruby: replace RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED
Change RUBY_RAILS_SUPPORTED to RUBY_RAILS_ACCEPTED for better wording.
|
2018-03-13 17:37:14 by Takahiro Kambe | Files touched by this commit (2) |  |
Log message:
devel/ruby-railties42: update to 4.2.10
No change except version.
|
2017-06-21 16:42:55 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Fix test conditional in pre-configure rule.
|
2017-06-21 15:13:48 by Takahiro Kambe | Files touched by this commit (6) |  |
Log message:
* Update ruby-railties32 and ruby-railties42 package to updated rails
framework.
* Add support of pkg_alternatives to coexist of ruby-rails32 and
ruby-rails42.
|
2017-05-04 09:37:09 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Drop use of RUBY_RDOC_REQD. Since current all ruby*-base packages
contains rdoc version 4.1.0 or later, there is no reason to require
sepatate devel/ruby-rdoc pacakge.
So, RUBY_RDOC_REQD is already noop, no PKGREVISION bump.
|
2017-04-22 12:17:30 by Min Sik Kim | Files touched by this commit (4) |  |
Log message:
Import ruby-railties-4.2.8 as devel/ruby-railties42
Notable changes since 3.2:
- New test locations test/models, test/helpers, test/controllers, and
test/mailers. Corresponding rake tasks added as well.
- Your app's executables now live in the bin/ directory. Run rake
rails:update:bin to get bin/bundle, bin/rails, and bin/rake.
- Threadsafe on by default
- Ability to use a custom builder by passing --builder (or -b) to
rails new has been removed. Consider using application templates
instead.
- The Spring application preloader is now installed by default for new
applications. It uses the development group of the Gemfile, so will
not be installed in production.
- BACKTRACE environment variable to show unfiltered backtraces for
test failures.
- Exposed MiddlewareStack#unshift to environment configuration.
- Added Application#message_verifier method to return a message
verifier.
- The test_help.rb file which is required by the default generated
test helper will automatically keep your test database up-to-date
with db/schema.rb (or db/structure.sql). It raises an error if
reloading the schema does not resolve all pending migrations. Opt
out with config.active_record.maintain_test_schema = false.
- Introduce Rails.gem_version as a convenience method to return
Gem::Version.new(Rails.version), suggesting a more reliable way to
perform version comparison.
- Introduced web-console in the default application Gemfile.
- Added a required option to the model generator for associations.
- Introduced the x namespace for defining custom configuration options.
- Introduced Rails::Application.config_for to load a configuration for
the current environment.
- Introduced a --skip-turbolinks option in the app generator to not
generate turbolinks integration.
- Introduced a bin/setup script as a convention for automated setup
code when bootstrapping an application.
- Changed the default value for config.assets.digest to true in
development.
- Introduced an API to register new extensions for rake notes.
- Introduced an after_bundle callback for use in Rails templates.
- Introduced Rails.gem_version as a convenience method to return
Gem::Version.new(Rails.version).
|
Next | Query returned 9 messages, browsing 1 to 10 | previous