Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-on-rails

Devise gives me an 'email cannot be blank' error even though email is not blank

ruby-on-rails devise

RSpec test to check (Rails model: validates :something, :inclusion => list from other activeRecord)

In Rails, how do I access the Request.ServerVariables like you do in ASP?

Gitlab CI & Rails Postgres crash

Validate uniqueness of value between multiple fields

Rails .create() versus controller#create

Remove trailing '/' from rails string

javascript ruby-on-rails

Devise: Remove confirmation

ruby-on-rails: passing params through a route & link_to

Mongodb: Is it a good idea to create a unique index on web URLs?

The action 'destroy' could not be found for SampleformsController

ruby-on-rails

rails wiki site - article edit highlighting/strikethrough with htmldiff maxes cpu

How to change datetime in xml response using Rails3?

ruby-on-rails datetime

Rails Way to Restrict Page Access Without Sessions

ruby-on-rails ruby security

custom parameter for activeresource

Rails 4: how to implement a column with multiple elements

ActionMailer alternative

Displaying a modal for one entry in a .each loop - Rails / Bootstrap