Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-on-rails-3

Engine routes in Application Controller

Understanding Rails ActiveRecord "single model" self joins

redirect_to from "destroy" to "index"

ruby-on-rails-3

Rails 3 - Testing controller's GET method - trying to use JSON and getting 406 errors

Adding HAML to the Rails asset pipeline

How to randomize array element positions of an `ActiveRecord::Relation`?

link_to tag on same page rails 3

Use ActiveModel::Serializers to include two parent json arrays

Undefined method `instance' for Capistrano::Configuration:Class

Is there some Ruby on Rails method to convert a model object into a HASH structure?

Rails problem with humanize

Installing MySQL on Ubuntu with ruby on rails [ERROR]

Heroku Cedar: How to scale WEB dynos based on time of day

Is there a web UI for modifying I18n locales for Rails 3?

Is Heroku dependable?

How can I "extract" values from a multidimensional array in a smart way?

What is the difference between `before_create` and `after_create` and when to use which?

What's the difference between <% code %> and <%= code %> in Rails erb?

What are the default values for Rails 3 for :dependent on has_many and belongs_to

How can you conditionally build an ActiveRecord Query in Rails?