[Rails] Exciting opportunity/project for developers

2014-08-01 Thread Madeira Cloud
Hi all, My name is Peng Zhao, the cofounder of VisualOps.io. We’d like to connect with Ruby/Node.js/Python experts who are interested in building Ruby/Node.js/Python deployment templates with us. First, to give you some background on VisualOps itself and the idea of an instant app stack.

[Rails] DEVELOPER WANTED for football management game

2014-08-01 Thread Asa Jennings
Hi there, I'm the Creative Director of In The Dugouts, which is a new football management game. Three years ago we started work on the site with a part time developer, growing to the point where we now have a number of current and ex-professionals acting as consultants for us on in-game content.

[Rails] Re: Ruby no GoogleAppEngine??

2014-08-01 Thread Matt Jones
On Thursday, 31 July 2014 18:46:44 UTC-4, Jorge Díaz wrote: A copule of days ago tris very old request to Google App Engine was marked with a new label and changed status to Acknowledged. https://code.google.com/p/googleappengine/issues/list?q=label:Language-Ruby Does anyone knows

[Rails] password validation triggered even I update non-password attribute

2014-08-01 Thread Ronald Fischer
I have a User model: create_table users, force: true do |t| t.string name t.string email t.datetime created_at t.datetime updated_at t.string password_digest end add_index users, [name], name: index_users_on_name Then, I have the following validation: class User

[Rails] Re: password validation triggered even I update non-password attribute

2014-08-01 Thread Eric Saupe
I had this same problem a while ago. The issue comes in the update_attributes since it wants to update all of the attributes that are being passed to it, which is including an empty password. To fix it you'll need to do two things. First change the validates to only validate if a password is

[Rails] Where do I place the javascript file that is only required for one (or just a few) view(s)?

2014-08-01 Thread hagimotk
Hi all, Sorry if this has already been discussed, but I haven't found any post matching what I'm looking for. (If there is, please point me to it!) I'd like to include a javascript in the header section, but just for one view. I went through the guides and I understand you can do something

[Rails] Anyone want to work on a group project together? [Bootcamp Developer Here]

2014-08-01 Thread Michael Murphy
Hey fellow Rubyists! I'm 4 weeks away from graduating a RoR bootcamp, and I want to get more experience with group projects. That way I have more examples to show potential employers how I work with others. At the moment I have no app idea in mind but I'm reserving that decision with

Re: [Rails] Anyone want to work on a group project together? [Bootcamp Developer Here]

2014-08-01 Thread Sampath Weerasinghe
hey can you add some features to this? www.quickpng.com i will send you github access On Friday, August 1, 2014, Michael Murphy mikeymurp...@gmail.com wrote: Hey fellow Rubyists! I'm 4 weeks away from graduating a RoR bootcamp, and I want to get more experience with group projects. That

[Rails] How to approach the creation of a rails specific gem?

2014-08-01 Thread Carl Schwope
I am creating an application using rails and spree at work. One point of value is the administrator being able to upload files that will seed the database. Our original solution was datashift_spree: https://github.com/autotelik/datashift_spree Two problems arose. 1) apparently, the datashift