params do required(:name).filled(:string) end def handle(request, response) halt 422 unless request.params.valid? product = product_repo.create(name: request.params[:name]) response.redirect_to routes.path(:product, id: product.id) end end end end 15
params do required(:name).filled(:string) end def handle(request, response) halt 422 unless request.params.valid? product = product_repo.create(name: request.params[:name]) response.redirect_to routes.path(:product, id: product.id) end end end end 15
prebuilt modules you see teams using in the Laravel community... there's a lot of convention only provided by gems or private libraries, eg Jumpstart” 35
new ideas within the community and get inspired by the world outside of Rails Remember that Rails is not a single, perfect idea (rails/rails), it's a messy quilt 100
new ideas within the community and get inspired by the world outside of Rails Remember that Rails is not a single, perfect idea (rails/rails), it's a messy quilt 100 THANK YOU!