Marc Lipovsky

Results 32 comments of Marc Lipovsky

Actually I can run any commands now... even though it's not related to nifty-generators, anyone have any idea what I'm doing wrong? Thanks!

Ok So I even tried adding: ``` def index render :action => :create end ``` So and I get the same error but with the create action. It looks like...

I also just tried making my developement.rb file the same as my production.rb file and I'm getting this: ```tigers.31012 Started GET "/sessions/" for 41.135.138.170 at Thu Jun 23 07:38:06 -0700...

Hi Ryan, Ok I got it working way back then but this same thing is happening again and I have method set to post so the html rendered in the...

I actually even added an additional `` and it still happens I do get this though when I look at my developer tools http://cl.ly/ATjw (basically saying that there was a...

Turns out none of the forms on my app are passing parameters. So it most likely has nothing to do with the authentication.

The issue I'm seeing is that only creating a weekly note does this and not daily. This tells me the that logic to create a daily note is using the...

There may be issues of Calendar + Periodic Notes plugin, but the issues described here are unrelated to it.

Ok so I was able to install it doing `git clone -q git://github.com/rails/rails_upgrade.git` But no when I try to run the rake commands I get this: ``` app:rake rails:upgrade:check rake...

I commented out `Bundler.require(:default, Rails.env) if defined?(Bundler)` in my application.rb file and the rake command worked... But I feel like that's not a long term solution. Any thoughts?