message_block
message_block copied to clipboard
A replacement for error_messages_for that is much more powerful/flexible.
My app is using message_block to show **all** errors and flash messages. So I've got this in my application layout: `= message_block on: :all` It's been working great... with one...
Bumps [activesupport](https://github.com/rails/rails) from 4.0.0 to 7.0.4.1. Release notes Sourced from activesupport's releases. v7.0.4.1 This is a security release. More information is available in our security announcements forum: https://discuss.rubyonrails.org/c/security-announcements/9 Active Support...
Bumps [activerecord](https://github.com/rails/rails) from 4.0.0 to 7.0.4.1. Release notes Sourced from activerecord's releases. v7.0.4.1 This is a security release. More information is available in our security announcements forum: https://discuss.rubyonrails.org/c/security-announcements/9 Active Support...
Bumps [actionpack](https://github.com/rails/rails) from 4.0.0 to 7.0.4.1. Release notes Sourced from actionpack's releases. v7.0.4.1 This is a security release. More information is available in our security announcements forum: https://discuss.rubyonrails.org/c/security-announcements/9 Active Support...
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 0.3.37 to 2.0.5. Release notes Sourced from tzinfo's releases. v2.0.5 Changed DateTime results to always use the proleptic Gregorian calendar. This affects DateTime results prior to 1582-10-15...
Bumps [i18n](https://github.com/ruby-i18n/i18n) from 0.6.5 to 1.10.0. Release notes Sourced from i18n's releases. v1.10.0 What's Changed New Features LazyLoadable Backend by @paarthmadan in ruby-i18n/i18n#612 Add a version badge to README by...
Bumps [rack](https://github.com/rack/rack) from 1.5.2 to 2.2.3. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...
Bumps [rake](https://github.com/ruby/rake) from 10.0.3 to 13.0.1. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.1 > > ==== Bug fixes > > * Fixed bug: Reenabled task raises previous exception on...
Bumps [sprockets](https://github.com/rails/sprockets) from 2.10.0 to 4.0.0. Release notes *Sourced from [sprockets's releases](https://github.com/rails/sprockets/releases).* > ## v3.7.0 > - Deprecated interfaces now emit deprecation warnings [#345](https://github-redirect.dependabot.com/rails/sprockets/issues/345) > > ## v3.6.3 > -...
With the asset pipeline, surely there should be no need for the rake task to copy static content around? Instead it should be enough to place ``` *= require message_block...