Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uses bundler with Gemfile, added rackup file (config.ru). #133

Closed
wants to merge 3 commits into from
Closed

Uses bundler with Gemfile, added rackup file (config.ru). #133

wants to merge 3 commits into from

Conversation

gravityblast
Copy link
Contributor

No description provided.

@fcambus
Copy link
Collaborator

fcambus commented May 25, 2013

This can't be merged as #127 adds a Gemfile already.

If you want to resubmit a rackup file without load path, I will merge it.

@gravityblast
Copy link
Contributor Author

If we use ruby 2, (and I think ruby 1.9 as well), we need to require files with relative path (require './page' or require_relative 'page'), otherwise the app.rb file can't load the other files. Shall I push that commit too?

@fcambus
Copy link
Collaborator

fcambus commented Jun 5, 2013

In Debian Stable (Wheezy), the current Ruby version is 1.9.3 : http://packages.debian.org/wheezy/ruby

So I believe it would make sense to target this version now. Any thoughts?

@fcambus
Copy link
Collaborator

fcambus commented Jun 23, 2013

Merged the rackup file, thank you. Also made the required changes to app.rb to make it Ruby 1.9.2+ compatible.

@fcambus fcambus closed this Jun 23, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants