Mani Tadayon

Results 12 comments of Mani Tadayon

The bad news: searchlogic has a lot of stuff that's based on the ActiveRecord 2, so it might be hard to upgrade it to work with ActiveRecord 3 (and Rails...

@mattes Not sure if you noticed that the homebrew github issue has been closed. See this comment: * https://github.com/Homebrew/homebrew-core/pull/14297#issuecomment-310917955 Pretty sure that many new users will try to install with...

Sorry for double-posting this issue: http://github.com/anutron/clientcide/issuesearch?state=open&q=inline#issue/27 I wasn't sure if the right place for mootools-more issue reports was on clientcide or here on mootools-more.

I ran into the same issue trying to use behavior with authlogic. Per the article linked above (http://strd6.com/?p=250), `unloadable` is now deprecated, so there's another simple solution. Put the following...

This would be a great feature to have. I'd love to help out implementing it, but I'm new to hydra and this seems tricky.

Yes, this is a definite issue on Ruby 1.9. Ruby 1.8 includes `Test::Unit` in the core, but on 1.9 you need to install it as a gem. I also strongly...

Just noticed that hydra does not officially support ruby 1.9.2 yet: - https://github.com/ngauthier/hydra/issues/29

Thanks for the pull request. Looks OK, but the tests seem to fail on Travis CI. I will look into fixing those and merge this in soon.

Hi @slaxor . The failing test on Travis is due to a versioning issue with the `Mongoid` gem. However, there are some other things that need to be done for...

Sorry I haven't gotten around to this. The bad news is that the new version of workflow requires a major change to this workflow_on_mongoig gem. The good news is that...