flame
flame copied to clipboard
Ruby web-framework
This is your weekly update of **all** npm dependencies. Please take a good look at what changed and the test results before merging this pull request. ### What changed? ✳️...
app.rb ```ruby Dir[File.join(".", "controllers/*.rb")].each { |f| require f } class App < Flame::Application mount ProjectsController do get '/category/:cat' , :projectslist # for url /projects/category/11 end ... end ``` controllers\projects_controller.rb ```ruby...
We've tried to upgrade a dependency and got errors running Bundler. It looks like there is a version conflict between two or more dependencies. Depfu doesn't try to solve these,...