[STUDY GROUP] WEEK 3!

1. Do chapters 6, 7, and 8. Type all the code along with the examples and test it out. Play around with it to see if you can get different outcomes. 2. Do all the exercises. We’re here to help each other so if you have questions, be sure to ask in the thread. If … Read more

[Study Group] Week 2!

**Second Week Assignments:** 1. Do chapters 3, 4, and 5. Type all the code along with the examples and test it out. Play around with it to see if you can get different outcomes. 2. Do all the exercises. We’re here to help each other so if you have questions, be sure to ask in … Read more

Attr Accessors in Rails 4 Hartl book, Chapter 4.

Hi guys, I’m following the guide and cruising along quite nicely (I’ve built 3 other apps so far but this book is teaching me so much I didn’t know before!) I noticed in Chapter 4 (http://ruby.railstutorial.org/chapters/rails-flavored-ruby#sec-a_user_class) There is the following code: class User attr_accessor :name, :email def initialize(attributes = {}) @name = attributes[:name] @email = … Read more

[STUDY GROUP] First week starts tomorrow!

Just wanted to give everyone a notice that the first lesson will be posted tomorrow morning. I’m not going to post it until I get to work and settled in so probably around 9am Eastern. I have set up an IRC channel for us. [#learnrubyonrails](http://webchat.freenode.net/?channels=learnrubyonrails). I’ll probably be in there this evening and will definitely … Read more

Any interest in a study group?

I’m thinking about starting a study group to go through Michael Hartl’s book http://ruby.railstutorial.org/ruby-on-rails-tutorial-book Is there any interest in that? Or going through a different tutorial? **EDITED TO ADD:** There is interest! All further communication for the study group will take place in this sub. We’re starting Monday!

CakePHP Login Issues

I’m stumped. We have a client who cannot log in to our system and yet we can log in fine using her credentials. She can also log in fine from her friends home. Upon entering her credentials the screen simply refreshes and nothing happens when in fact she should be brought to a dashboard page. … Read more

Reddit Enhancement Suite 4.1.3 is officially in the chrome web store

I’m posting this here because in the past, I’ve [avoided putting it on the web store](http://redditenhancementsuite.com:8080/wiki/index.php?title=Why_isn%27t_RES_on_my_browser%27s_extension_gallery%3F), and I figured some people might be concerned it’s a fake. It’s not. It’s the real deal. It’s now available in the Chrome Web Store (which was rushed, due to overwhelming numbers of “how do I install it now?!” … Read more