Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
-
simple-ruby-facebook-example Archived
this is a super simple example to authenticate with facebook with the help of sinatra and koala
-
-
-
173 contributions in the last year
Activity overview
Contribution activity
September - October 2020
August 2020
- benben/myshop Ruby
Created an issue in rails/rails that received 11 comments
ActionDispatch(?) does not process multiple files when existing records are sent with the same request
Steps to reproduce
class Product < ApplicationRecord has_many :images accepts_nested_attributes_for :images
end
class Image < ApplicationRecord ha…