Next | Query returned 23 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2020-05-16 16:22:16 by Takahiro Kambe | Files touched by this commit (1) | Package updated
Log message:
devel/ruby-railties60: update to 6.0.3

Update ruby-railties60 to 6.0.3.

## Rails 6.0.3 (May 06, 2020) ##

*   Cache compiled view templates when running tests by default

    When generating a new app without `--skip-spring`, caching classes is
    disabled in `environments/test.rb`. This implicitly disables caching
    view templates too. This change will enable view template caching by
    adding this to the generated `environments/test.rb`:

    ````ruby
    config.action_view.cache_template_loading = true
    ````

    *Jorge Manrubia*

*   `Rails::Application#eager_load!` is available again to load application code
    manually as it was possible in previous versions.

    Please, note this is not integrated with the whole eager loading logic that
    runs when Rails boots with eager loading enabled, you can think of this
    method as a vanilla recursive code loader.

    This ability has been restored because there are some use cases for it, such
    as indexers that need to have all application classes and modules in memory.

    *Xavier Noria*

*   Generators that inherit from NamedBase respect `--force` option

    *Josh Brody*

*   Regression fix: The Rake task `zeitwerk:check` supports eager loaded
    namespaces which do not have eager load paths, like the recently added
    `i18n`. These namespaces are only required to respond to `eager_load!`.

    *Xavier Noria*
   2020-03-22 00:51:41 by Joerg Sonnenberger | Files touched by this commit (12)
Log message:
Restrict some more rails packages to Ruby 2.5+
   2020-03-20 18:07:57 by Takahiro Kambe | Files touched by this commit (5)
Log message:
devel/ruby-railties60: add package version 6.0.2.2

Add ruby-railties60 package version 6.0.2.2.

= Railties -- Gluing the Engine to the Rails

Railties is responsible for gluing all frameworks together. Overall, it:

* handles the bootstrapping process for a Rails application;

* manages the +rails+ command line interface;

* and provides the Rails generators core.

This is for Ruby on Rails 6.0.

Next | Query returned 23 messages, browsing 21 to 30 | previous