Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-on-rails-4

Can't get new Rails app with Devise to display sign_in/sign_up pages

With a model where the name is the same single as plural, `has_many, :through` isn't working in one direction

Configuring a Rails 4 app for production in a subdirectory under Apache

Why does ActiveRecord generate parameterized queries for most operations, but not for find_by?

Using simple_hashtag gem to link to hashtags in model's 'body' attribute

JasmineRice on Rails 4

how to use page.replace_html in rails 4

Unable to create cross-domain websocket connection to Node.js socket.io server

Rails - Delayed job stops running

Adding first name and last name to devise sign up form

devise ruby-on-rails-4

Active Admin Rails4 custom filter with Ransack

Using a jQuery UI Theme with Rails 4 - No Images being served

How to manage both nested and not nested resources

Receiving the error PG::UndefinedColumn: ERROR: column mymodels.distance does not exist when using Geocoder's near method

failing to enable user-env-compile on Heroku

How to write i18n String for Rails 4.1 Enums?

Copying DB to new production env using dokku pg-plugin

How to integrate batch requests in a Rails API?

Rails 4 nested attributes and has_many :through associaton in a form

Do I need a "Users" controller when using Devise in Rails