Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-on-rails-3

Best way to share ActiveRecord models and data between different Rails Apps?

Rspec Testing of real time results through mTurk

Access-Control-Allow-Origin issues

ruby-on-rails-3 jquery

How to get resque-web to work on Heroku?

Rails 3 best way to create a comment system for posts

`autodetect': No known ORM was detected

Data type for currency using Mongoid

Rails 3: Find parent of polymorphic model in controller?

Rails 3 Nested Model Form, 2 levels deep using accepts_nested_attributes_for

forms ruby-on-rails-3

has_one, :through => model VS simple method?

Adding HTTP Basic Authentication to some routes in routes.rb

How can I run a continuous background job with Sidekiq?

How to make sure Rails API is secured from CSRF?

Rails 3: Autoscaling workers in Heroku

2 gems need different versions of the same dependency

Rails 3 assets add ?body=1

How to test a Twilio application?

Starting multiple DelayedJob workers w/ specific queues via Capistrano tasks

Rake db:test:prepare task deleting data in development database

Deconstructing Rails .joins & .where methods