sinatra-bootstrap
sinatra-bootstrap copied to clipboard
A simple Sinatra starting point
Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.4.3 to 2.2.3. Changelog Sourced from sinatra's changelog. 2.2.3 / 2022-11-25 Fix: Escape filename in the Content-Disposition header. #1841 by Kunpei Sakai Fix: fixed ReDoS for Rack::Protection::IPSpoofing....
Bumps [rack](https://github.com/rack/rack) from 1.5.2 to 1.6.13. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...
Bumps [rake](https://github.com/ruby/rake) from 10.1.0 to 12.3.3. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 12.3.3 > > ==== Bug fixes > > * Use the application's name in error message if...
Bumps [haml](https://github.com/haml/haml) from 4.0.3 to 5.0.0. Changelog *Sourced from [haml's changelog](https://github.com/haml/haml/blob/master/CHANGELOG.md).* > ## 5.0.0 > > Released on April 26, 2017 > ([diff](https://github.com/haml/haml/compare/4.0.7...v5.0.0)). > > Breaking Changes > > *...
Bumps [rack-protection](https://github.com/sinatra/sinatra) from 1.5.0 to 1.5.5. Commits - See full diff in [compare view](https://github.com/sinatra/sinatra/commits) [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't...
I think this could have some testing structure. Is it missing on purpose?
This is a simple pull request to fix issue #10, where running `compass watch` resulted in the following error: ``` NoMethodError on line ["7"] of /Users/pavan/Development/test/sinatra-bootstrap/helpers/render_partial.rb: undefined method `helpers' for...
Hi, I know there's already a pull request to add Coffeescript, but this one does it properly without the other commits. It also differs in that it precompiles the Coffeescript....
Hi. It seems the current best way to render partials is via this gist: https://gist.github.com/119874 The difference seems the ability to handle rails style collections
Under "How do I get started?" > git clone [email protected]:YOURUSER/sinatra-bootstrap.git > should be: > git clone [email protected]:adamstac/sinatra-bootstrap.git > , right? I'm kind of new to Git and Github, so I...