flame icon indicating copy to clipboard operation
flame copied to clipboard

Ruby web-framework

Results 3 flame issues
Sort by recently updated
recently updated
newest added

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? ✳️...

depfu

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,...

dependencies