Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

Error with SCSS generation in Jekyll 2.0

ruby sass jekyll static-site

How does dom_id and dom_class work in rails

Is it safe to parse json with YAML.load?

ruby json yaml

How to properly use Fullcalendar jQuery plugin in rails

Is there a more direct way to do a pub/sub pattern in Rails than Observers?

404 not found, but can access normally from web browser

Use .reverse_merge or .merge in default methods params

Sass variable declaration precedence

css ruby sass gruntjs compass

What is the best way to set some attributes of Profile model is public(visible) or private(invisible) to other user?

Why do callbacks use symbols in Ruby on Rails

ActiveRecord enum returning nil, even if it has a value

Rails: Omniauth - "The parameter app_id is required"

How to save Heroku logs to text file

Access a Google Drive spreadsheet in Ruby on Rails

Using Redis to store array of hashes

arrays ruby redis hash

What is the difference between execute, test and capture commands in Capistrano?

ruby capistrano sshkit

NameError (uninitialized constant Unzipper::Zip) but only on Heroku deploy (Rails)

Can you use subdirectories within Jekyll's _includes folder?

html ruby gulp jekyll

`require': No such file to load -- test_helper (LoadError)

What is the correct way to approach abstract class solution with Ruby?