Top "Ruby-on-rails-plugins" questions

A Rails plugin is either an extension or a modification of the core framework.

execJs: 'Could not find a JavaScript runtime' but execjs AND therubyracer are in Gemfile

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 execjs
Rails Devise: get object of the currently logged in user?

I'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 devise
How to load vendor asset folder in Rails 4?

I 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-plugins
How to detect browser type and its version

how 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-plugins
Filter chain halted as [:login_required] rendered_or_redirected

Hopefully 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-plugins
Rails 3.1: Engine vs. Mountable App

Can 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.1
Exception Notification Gem and Rails 3

I'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-plugins
Devise within namespace

I'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 devise
Rails 2.3-style plugins and deprecation warnings running task in Heroku

I'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-plugins
Rails Admin vs. ActiveAdmin

I'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