Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby

POST JSON data to simple rails application with curl

How to avoid a long stacktrace in rspec

ruby-on-rails ruby rspec

Author archive pages in Jekyll

ruby jekyll

Adding an ORM to a Sinatra app; Is there an ideal one with less issues and good performance?

ruby orm sinatra datamapper

How to create a Rails form_for with dynamic form fields from a database table?

ruby-on-rails ruby

What is the correct protocol/etiquette for forking a Ruby/Rails gem on Github that may be maintained as an ongoing, parallel fork?

Some Capistrano deployment hooks not working

ruby deployment capistrano

Is it possible to define composite primary key for table using active record? [duplicate]

How to make modular helper in Sinatra

ruby sinatra helper

What Does "require File.expand_path('../../config/environment', __FILE__)" do Exactly?

ruby-on-rails ruby

Double-splat operator destructively modifies hash – is this a Ruby bug?

How to add to the form a virtual fields

Overriding methods in an ActiveSupport::Concern module which are defined by a class method in the same module

How can I connect Aweber to my Rails app using OAuth?

Best way to document "splatted" parameter with YARD? [closed]

Equivalent of Python's Counter in Ruby

python ruby

Can action buttons be added to dashboard table on activeadmin?

ruby activeadmin

Rails using stremio-ffmpeg gem to watermark a movie while uploading

Can I use a built-in RSpec matcher in a custom matcher?

"ActionView::Template::Error (Unknown primary key for table" after trying to push local database to Heroku