Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in ruby-on-rails

Brakeman not skipping Gemfile.lock with --skip-files param

ruby-on-rails ruby brakeman

Why before_save/after_save is not triggered when attribute updates to nil? And how to trigger it?

Models with almost same attributes

What are the use cases of scaffolding in Rails? When should I use and not use it?

ruby-on-rails scaffolding

Rendering Devise edit form as partial on another view with user data

How to change Prototype class declarations into jquery?

How to keep file field value when validation failed

Rails 3 Routing

When trying to access my app locally, I am given: "could not translate host name ... to address" and "Temporary failure in name resolution"

Create a deep copy of a record?

Is there a gem to shorten large numbers like Twitter does for followers?

Rails 7.0 application with bootstrap on development mode

I want to use EtherPad (or a clone). My site is running Ruby on Rails. API or local install?

nested form_for singular resource

How Do I Fix "Missing secret_key_base for 'production' environment" Deploying With Capistrano Rails 5.2

Rails -- How to save HTML output of a HAML partial as a string to send to an external service?