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

sinatra and activerecord dependencies #5

Closed
rodvlopes opened this issue Jul 29, 2014 · 4 comments
Closed

sinatra and activerecord dependencies #5

rodvlopes opened this issue Jul 29, 2014 · 4 comments

Comments

@rodvlopes
Copy link

After installing this gem I had to install activerecord and sinatra manually to make it working.

plz, add these two deps into Rakefile :)

@geraldb
Copy link
Member

geraldb commented Jul 29, 2014

They should only be needed if you use the markdown service (otherwise the require might be misplaced). Are you using the markdown HTTP JSON service? or just the Markdown wrapper?

@rodvlopes
Copy link
Author

Look to what I've done:

irb
require 'markdown'

stack trace... require cannot load such file active_record ...

So I installed activerecord, then:

markdown server

So I noticed that I would need Sinatra to run the server.

@geraldb
Copy link
Member

geraldb commented Jul 29, 2014

I see. Thanks. Will see what I can do. Cheers.

@geraldb
Copy link
Member

geraldb commented Dec 8, 2014

FYI: I've split up the markdown gem into three gems - that is, markdown, markdown-service, markdown-tools. The "core" markdown gem should no longer require activerecord, sinatra, etc. Thanks again for reporting the issue. Cheers.

@geraldb geraldb closed this as completed Dec 8, 2014
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

No branches or pull requests

2 participants