Live data from Hacker News

Show HN: Vesper, a plug and play Ruby web framework (Sinatra + Rack + Plugins)

vesperapps.com

11–17 of 17 posts

Re: Show HN: Vesper, a plug and play Ruby web framework (Sinatra + Rack + Plugins)

#12

What benefit do Vesper plugins have over plain gems?

They're easier for non-programmers (I work with a lot of designers) to create and use. In fact, most of the plugins use gems and then add their own config and assets.

Re: Show HN: Vesper, a plug and play Ruby web framework (Sinatra + Rack + Plugins)

#13

What benefit do Vesper plugins have over plain gems?

They're easier for non-programmers (I work with a lot of designers) to create and use. In fact, most of the plugins use gems and then add their own config and assets.

If these non-programmers are using Git and adding Gemfiles and such, is adding a dozen line gemspec to the repository that big a deal? And if it is, couldn't you fill out most of the gemspec automatically using a command line script?

Re: Show HN: Vesper, a plug and play Ruby web framework (Sinatra + Rack + Plugins)

#14

Earlier quoted context omitted.

They're easier for non-programmers (I work with a lot of designers) to create and use. In fact, most of the plugins use gems and then add their own config and assets.

If these non-programmers are using Git and adding Gemfiles and such, is adding a dozen line gemspec to the repository that big a deal? And if it is, couldn't you fill out most of the gemspec automatically using a command line script?

None of that would be particularly difficult. And nothing here is stopping that from happening, or replacing it. It's just another, fairly simple way, to organize and share code.

Re: Show HN: Vesper, a plug and play Ruby web framework (Sinatra + Rack + Plugins)

#15
Incidentally: for those wondering about the name and logo:

“Three measures of Gordon’s, one of vodka, half a measure of Kina Lillet. Shake it very well until it’s ice-cold, then add a large thin slice of lemon peel.”

http://en.wikipedia.org/wiki/Vesper_(cocktail)

Re: Show HN: Vesper, a plug and play Ruby web framework (Sinatra + Rack + Plugins)

#16

Incidentally: for those wondering about the name and logo: “Three measures of Gordon’s, one of vodka, half a measure of Kina Lillet. Shake it very well until it’s ice-cold, then add a large thin slice of lemon peel.” http://en.wikipedia.org/wiki/Vesper_(cocktail)

Haha. That and I was watching Casino Royale at the time.

Glad someone caught it though.

Re: Show HN: Vesper, a plug and play Ruby web framework (Sinatra + Rack + Plugins)

#17

Incidentally: for those wondering about the name and logo: “Three measures of Gordon’s, one of vodka, half a measure of Kina Lillet. Shake it very well until it’s ice-cold, then add a large thin slice of lemon peel.” http://en.wikipedia.org/wiki/Vesper_(cocktail)

Vesper is Latin for "evening". Hence, the Catholic evening prayer service, vespers: http://en.wikipedia.org/wiki/Vespers
Post reply on HN