Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-on-rails

How to Implement a Redirect on All Requests (on certain conditions)?

ruby-on-rails ruby redirect

Rails SSL Requirement plugin -- shouldn't it check to see if you're in production mode before redirecting to https?

ruby-on-rails ssl https

deeply nested RESTful resources in Rails

ruby-on-rails rest

In RESTful design, what's the best way to support different kinds of GETs?

ruby-on-rails rest

Sql Server (Entity Framework): created_at , updated_at Columns

Rails associations with the same models

How do I install rails on a Windows machine that uses a proxy server to get to the internet?

How best to sanitize rich html with rails?

Edit method is creating new records, instead of just updating existing ones

How to get the HTTP_HOST from Rails?

ruby-on-rails apache

rails - activerecord ... grab first result

How to silence the call to a rails controller's action all together

ruby-on-rails ruby logging

Recursive :include in Rails ActiveRecord

Using Rails models with accepts_nested_attributes_for

ruby-on-rails ruby forms

ActiveRecord - Self Referencing Associations

Is validates_presence_of necessary if using validates_length_of?

activerecord has_many :through find with one sql call

how to display an exsiting xml file to user in RoR

How can you use Rails AuthenticityToken infrastructure to explicitly protect a GET action

how can i call a java class in ruby

java ruby-on-rails ruby