-
$ rails generate dynamime_migration
Throws:
vendor/plugins/dynamime/lib/rails_hacks.rb:5: undefined method `custom' for class`ActionController::MimeResponds::Responder' (NameError)
-
Hi,
I wanted to install the plugin but I have some problems with it. I cloned the repo into /plugins directory, I stopped the redmine and then I tried to migrate the database but the following error …
-
I am trying to use datepicker in rails 7 with importmap, but it does not work when in dark mode.
`/config/importmap.rb`
```
# Pin npm packages by running ./bin/importmap
pin "application", p…
-
From server logs following addition of plugin (on boot, before any pages requested or attachments uploaded):
2012-06-12T15:52:00+00:00 app[web.1]: /app/vendor/bundle/ruby/1.9.1/gems/rails-2.3.14/lib/…
-
Given the drop of plugin support in Rails 4, and in keeping with Ruby/Rails conventions, moonshine and its plugins should be converted to gems.
-
My company has asked me to implement [subresource integrity security](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity) in our Rails application. We're using shakapacker/web…
-
### Describe the problem as clearly as you can
I started building a very simple plugin using as reference this [guide](https://bundler.io/guides/bundler_plugins.html), after push and test I notice …
-
How can I solve this problem.
![image](https://github.com/user-attachments/assets/8ebaf982-591c-42b8-9850-c80ab6a24e57)
```js
module.exports = {
content: [
'./src/pages/**/*.tsx',
…
-
I have Redmine 2.1.3 installed under ubuntu 12.04 LTS. I have followe installation instructions for the plugin and everything worked well (the only thing bothers me is that "RAILS_ENV=production rake …
-
wgd1 $ rake db:index_migration --trace
DEPRECATION WARNING: Having rake tasks in PLUGIN_PATH/tasks or PLUGIN_PATH/rails/tasks is deprecated. Use to PLUGIN_PATH/lib/tasks instead. (called from load_ta…