So this is kind of baffling me as I can\'t quite figure out why it\'s happening. This only happens on my laptop (Ubuntu 11.04), and not elsewhere.I just seem to have something weird with the setup on
I have a mountable engine that provides Javascript assets to the main Rails App, but while I try testing AJAX calls (provided by the Javascript I just mentioned) in Capybara and Spec. The database doe
I am using the oa-auth and twitter gem, via this example: https://github.com/sferik/sign-in-with-twitter
Active Admin is a gem used for having an admin dashboard in your application. I开发者_如何转开发t uses Devise for logging in users and creates a separate admin_user model for the admins. My applicatio
Here are my models and controllers: class FaqCategory < ActiveRecord::Base has_many :faqs, dependent: :restrict, inverse_of: :faq_category
I have a gradient directory in my assets/images in a Rails 3.1 application. Here\'s the code I use to create a sprite from those images using Compass:
I\'m using jQuery in a rails 3.1 project. I use a button_to with :remote => true : <%= button_to \"View Examples\", \"#{requisition_assign_path(@req.id, category_row.id)}?show_examples=1\", :remot
I am getting the following error: Sprockets::Helpers::RailsHelper::AssetPaths::AssetNotPrecompiledError in Photos#edit
i am using ruby 1.9.2 and rails 3.1.0 please help, cause i very need it to work for studying. It\'s my university project(
I have this code: $(\'#my_form .submit\').click( -> $.ajax( -> type: \"post\", url: \"????\", data: $(\"#myform\").serialize(),