Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upSinatra 2.0.0 alpha [redux] #1033
Conversation
TrevorBramble
added some commits
Jul 27, 2015
zzak
changed the title from
Sinatra 2.2.0 alpha [redux]
to
Sinatra 2.0.0 alpha [redux]
Sep 11, 2015
kgrz
and others
added some commits
Sep 12, 2015
TrevorBramble
added some commits
Sep 15, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
burningTyger
Oct 15, 2015
Member
Looking at the Gemfile I see all the dependencies on templates. Would it be a good idea to drop all dependencies and let the user require them?
|
Looking at the Gemfile I see all the dependencies on templates. Would it be a good idea to drop all dependencies and let the user require them? |
burningTyger
reviewed
Oct 15, 2015
| <dd> | ||
| 2.x is fully supported and recommended. There are currently no plans to drop | ||
| official support for it. | ||
| 2.2 is fully supported and recommended. There are currently no plans to |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
burningTyger
Oct 15, 2015
Member
why not support the ruby version available on the release date? i.e. 2.3 if ruby has had a release before sinatra 2.0.
burningTyger
Oct 15, 2015
Member
why not support the ruby version available on the release date? i.e. 2.3 if ruby has had a release before sinatra 2.0.
kgrz
added some commits
Oct 29, 2015
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
twalpole
Dec 17, 2015
this breaks #send_file since it means the path passed to #send_file is no longer the file that gets sent. Instead it tries to send the file identified by the path_info in the request. Maybe it should be calling serving instead?
twalpole
commented on lib/sinatra/base.rb in fad3619
Dec 17, 2015
|
this breaks #send_file since it means the path passed to #send_file is no longer the file that gets sent. Instead it tries to send the file identified by the path_info in the request. Maybe it should be calling serving instead? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
There's a PR for this #1045 |
kgrz
referenced this pull request
Dec 18, 2015
Closed
Require correct rack/show_exceptions file #1056
djsegal
referenced this pull request
Dec 18, 2015
Closed
Incorrect rack requirement for showexceptions file #1055
TrevorBramble
added some commits
Jan 7, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
beanieboi
Jan 16, 2016
hey, i would love to help.
it feels like the TODO list is a little outdated, would you mind updating the TODO list so people can pickup tasks?
thanks a bunch!
ben
beanieboi
commented
Jan 16, 2016
|
hey, i would love to help. it feels like the TODO list is a little outdated, would you mind updating the TODO list so people can pickup tasks? thanks a bunch! |
added a commit
that referenced
this pull request
Jan 24, 2016
zzak
merged commit 2af9910
into
master
Jan 24, 2016
zzak
deleted the
2.2.0-alpha
branch
Jan 24, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
ericboehs
commented
Jul 1, 2016
|
Would it make sense to cut an alpha release on rubygems? |
TrevorBramble commentedSep 11, 2015
(Reopening #1029 as a branch on core project to allow collaborator activity)
(Holy crap I named the branch with "2.2.0" but I'm not switching it around again. Sorry!)
Here we go!
The Plan:
1.4.xbranch, where releases will come from until 2.0 is fully releasedTasks:
~> 2.0, fix new incompatibilities