-
Notifications
You must be signed in to change notification settings - Fork 102
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
Move to Mongoid? #170
Comments
I like that idea. BTW, I am signed up for two upcoming free courses at 10gen for Mongo because I need to learn Mongo stuff anyway. |
BTW, still having problems with getting app to run when firing up the rails server. Here's the Gist of the error I get: https://gist.github.com/jacqueline-homan/6384497 Now, the way I have fixed it temporarily just so I could work on the project was to uncomment the secret token string, and comment out the string that puts the token key in an environment variable. But this is not good for security reasons. Is there a better way to handle the secret token for the app in Rails 3.1.11 (the app's Rails version we are using right now)? |
Not opposed. |
@jacqueline-homan it should just work, hm. |
Well it's not, Steve. |
@jacqueline-homan do you have the latest version from master? E.g. does your |
@jacqueline-homan I know, I'm just saying 'bummer'! |
@PragTob , No, I don't have a config/config.yml.sample file. |
@jacqueline-homan then you do not have the most current version of hackety-hack.com - I fixed something regarding this on master. I don't know what your current setup is but you should try to the get the newest changes e.g. ``git pull upstream master |
I have been struggling over the weekend trying to get this to work, but can't seem to get the repo you've mentioned: ➜ hackety-hack.com git:(rails-composer) ✗ git pull upstream master Please make sure you have the correct access rights Please make sure you have the correct access rights |
And when I tried to install it via git clone, I had to run 'bundle' because not all the gems wanted to behave themselves and install. But now having re-installed the project copy it this way, I finally DO have the correct filed that Tobi was referring to. |
Good that you have it now :-) You entered one line incorrectly (at least according to your log), it should be:
(the hacketyhack/ was missing) |
I know, I caught it when I went to look at my .git/config file after the fact. (Hindsight is always 20/20). |
From what I hear around MongoDB mongoid is by far more actively developed and mongo_mapper is behind by a fair bit. The mongoid maintainer also works pretty closely with the people from the MongoDB company (formerly known as 10gen).
I think at one point or another, moving over the mongoid would be well worth it.
Thoughts?
The text was updated successfully, but these errors were encountered: