Dana Nourie

Joined

930 Experience
0 Lessons Completed
1 Question Solved

Activity

Thank you!

You flew by the form pretty fast. Can you include that code on this page as well. I don't have the view files, so create them manually? Thanks!

Posted in Forum Series Part 2: Routes Discussion

Chris, I don't have the view folders for forum_threads. Did you manually create those? Or did I miss a step?

Posted in Forum Series Part 4: div_for Discussion

Another great video!

Posted in Bundle issues

I didn't have the rails 4.2.0.beta1 installed. Doi. Nevermind! :-)

Posted in Bundle issues

Hi,

I'm starting the forums tutorials, and I keep get this bundle error. I've tried bundle update and get the same thing:

Bundler could not find compatible versions for gem "sprockets":
In Gemfile:
sass-rails (>= 0) ruby depends on
sprockets (~> 2.0.0) ruby

rails (= 4.2.0.beta1) ruby depends on
  sprockets-rails (~> 3.0.0.beta1) ruby depends on
    sprockets (2.12.2)

Bundler could not find compatible versions for gem "sprockets-rails":
In Gemfile:
sass-rails (>= 0) ruby depends on
sprockets-rails (~> 2.0.0) ruby

rails (= 4.2.0.beta1) ruby depends on
  sprockets-rails (3.0.0.beta1)

Bundler could not find compatible versions for gem "railties":
In Gemfile:
sass-rails (>= 0) ruby depends on
railties (~> 3.1.0) ruby

rails (= 4.2.0.beta1) ruby depends on
  railties (4.2.0.beta1)

Any idea what I need to do to get bundle working?

Thank you!

Posted in Forum Series Part 1: Architecture Discussion

Chris, I'm so excited you are doing this series! Thank you so much.

Posted in Liking Posts Discussion

Great screencast! I'm behind on my rails development because of a really good Ruby course I'm in, but I will try this out soon. Thank you so much for these!

Posted in Authorization With CanCanCan Discussion

This is great! Eager to try it out.

Posted in Rails 4.2 Introduction Discussion

Thank you, Chris. These look like handy changes, and I look forward to the down and dirty detials!

Posted in jQuery UJS and AJAX Discussion

Yes, I'll try that! Thank you!!!!

Posted in jQuery UJS and AJAX Discussion

Thank you so much, Chris. So, if I want all my articles to appear via ajax, can I do what you describe above, and use the remote: true in link_to?

Chris, thank you so much for this! I've been struggling getting fontawesome to work with my buttons. Perfect timing. Your videos rock!

Posted in Deploy Ubuntu 14.04 Trusty Tahr Discussion

Thanks!

Posted in Setup Ubuntu 14.04 Trusty Tahr Discussion

At some point an article on installing and using nginx and passenger would be great:-)

Posted in Setup Ubuntu 13.10 Saucy Salamander Discussion

Thanks, that's great to know. I'll add node.js and remove the ruby racer gem. BTW, I really like the way you structured this page with the various version at the top, and the tabs for whatever Ruby management tool we use.

Posted in Using Vagrant for Rails Development Discussion

This is interesting. I use VMware's Workstation for my vm, but haven't tried these tools. So are you suggesting a different vm for each dev/production project, and this is the quick way to set up the environment for each? I've just been running a bunch of projects in one vm. Reasons I shouldn't do that?

Posted in Setup Ubuntu 13.10 Saucy Salamander Discussion

Geez, wish I'd seen this when I was setting up Ruby & RoR on Ubuntu. What is the reason for installing node.js? I've noticed I always have to install the ruby racer for JS stuff, but I don't on our work server. At work we have node.js installed. Does node.js provide JS abilities (if that's the right word) for process .js files?

Posted in The Params Hash Discussion

This was awesome. I didn't know how the params hash worked, and this is so helpful. I hope you are going to do more like this one. This has not been covered in any beginner tutorials I've taken.

Posted in Rails Application Structure Discussion

This was great! I almost didn't watch it, but you covered files and directories I didn't understand. Thank you!