Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-on-rails

How the Sidekiq server process pulls jobs from the queue in Redis?

ruby-on-rails redis sidekiq

Factory Girl: want to prevent factory girl callbacks for some traits

Rails 3 polymorphic association with foreign_type column as integer

redirect_to root_url and return unless @user.activated

ruby-on-rails ruby

custom logger in rails4?

ruby-on-rails logging

Best way to learn how to combine Blueprintcss and Compass/Sass?

How to render a tree from an awesome_nested_set and hit the database only once?

Regex "\w" doesn't process utf-8 characters in Ruby 1.9.2

ruby-on-rails ruby ruby-1.9

Rails - Creating a Landing Page, which is different than the Web App

Javascript will only work after refreshing the page

How do the environment variables work within cloud9

Rails Associations: access join table by console (HABTM)

No routes matches '/users/sign_in' on feature test with RSpec

ruby-on-rails rspec

limit the total number of results a activerecord query returns?

Why use ActiveSupport::Concern instead of just a plain module?

Ruby on Rails: "find_create_by_user"

ruby-on-rails ruby