A Rails plugin is either an extension or a modification of the core framework.
I'm getting this error: rake aborted! Could not find a JavaScript runtime. See https://github.com/sstephenson/execjs, I have …
ruby-on-rails ruby-on-rails-3.1 ruby-on-rails-plugins execjsI've recently installed Devise on a rails application, and I am wondering if it is possible to get an instance …
ruby-on-rails ruby-on-rails-plugins deviseI have a plugin with many types of files, and its own tree structure (html, css, js, documentation, images, etc) …
ruby-on-rails plugins ruby-on-rails-pluginshow can i detect browser type and its version in Rails. I want to put check on the version of …
ruby-on-rails ruby ruby-on-rails-3 ruby-on-rails-pluginsHopefully I can explain this well enough, but please let me know if more information is needed! I'm building a …
ruby-on-rails ruby-on-rails-pluginsCan someone help me understand the differences between a Rails Engine and a Mountable app? In Rails 3.1, you can create …
ruby-on-rails-3 ruby-on-rails-plugins rails-engines ruby-on-rails-3.1I'm trying to get this up and running, but I see "uninitialized constant ExceptionNotifier" whenever I start my server. http://…
ruby-on-rails exception-handling ruby-on-rails-3 ruby-on-rails-pluginsI'm trying to split my rails project in a front-end for regular users and a back-end for admins. Therefore i …
ruby-on-rails namespaces ruby-on-rails-plugins deviseI'm upgrading to Rails 3.2, and running rake db:migrate gives me several errors of the form: DEPRECATION WARNING: You have …
ruby-on-rails heroku ruby-on-rails-pluginsI've been looking into some rails admin plugins and came across these: https://github.com/gregbell/active_admin https://github.…
ruby-on-rails ruby ruby-on-rails-3 activeadmin ruby-on-rails-plugins