[Rails] running brew doctor

2015-03-17 Thread Zak Beard
I installed rails, but once it finished it said that it didn't like python. I had python on my computer from an old class, but I thought I had deleted it. It said do not do anything before running brew doctor. When I retry installation, my terminal says it already installed. How do I run brew

[Rails] Error: Failure while executing: /usr/bin/otool -L /usr/bin/install_name_tool

2015-03-17 Thread Zak Beard
Error: Failure while executing: /usr/bin/otool -L /usr/bin/install_name_tool I get this message when I try to run brew doctor -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To unsubscribe from this group and stop receiving emails from

Re: [Rails] New Rails project looking for beginners rails developers

2015-03-17 Thread Raza Hussain
hello, I have three years experience in ROR I want to join this project. On 17/03/2015 01:29, Norbert Melzer wrote: Im Interesses Too! Am 10.03.2015 20:23 schrieb Olivier Batard obat...@gmail.com mailto:obat...@gmail.com: Hello ! I'm new to the rails world, and I want to use and

Re: [Rails] Race Condition need to Implement

2015-03-17 Thread Colin Law
On 17 March 2015 at 05:23, Gul gulabmeet...@gmail.com wrote: Hello Team, I hope you are doing good.I am in the following issue.Please help me to resolve this, I have a Page with Refresh link, when multiple users click that Refresh link at the same time,my project get crash. What do you

Re: [Rails] New Rails project looking for beginners rails developers

2015-03-17 Thread Krishna Gundala
Is there any vacancy for me? If yes, please let me in... :P On Tue, Mar 10, 2015 at 3:23 PM, Olivier Batard obat...@gmail.com wrote: Hello ! I'm new to the rails world, and I want to use and extend my knowledge and experience with the developement of a new Open Source project called Lemmy.

[Rails] Race Condition need to Implement

2015-03-17 Thread Gul
Hello Team, I hope you are doing good.I am in the following issue.Please help me to resolve this, I have a Page with Refresh link, when multiple users click that Refresh link at the same time,my project get crash. Thanks in Advance! -Regards, Gul -- You received this message because

[Rails] HTML5 support with rails 4.0.2

2015-03-17 Thread Hemant Bhargava
I just started learning Rails 4.0.2. I was wondering if there is anything(any gem?) which allows the support of html5 in rails .html.erb pages.. So basically, lets say, If I create an email field in my .html.erb, It would look like as : %= f.text_field :email % And in html5, you can simply use

[Rails] Re: HTML5 support with rails 4.0.2

2015-03-17 Thread Hemant Bhargava
Found it on stackoverflow.. Rails does support HTML5, try this in your view = f.email_field :email Just make sure your layout starts with !DOCTYPE html tag (which is added for you by default). You should read more about this and other view-related helpers in the excellent Guide on the topic,

[Rails] Re: Rails uniqueness email

2015-03-17 Thread Frederick Cheung
On Tuesday, March 17, 2015 at 7:43:22 PM UTC, Jeremy Montesinos wrote: Failed examples: rspec ./spec/models/user_spec.rb:55 # User devrait rejeter les emails doubles rspec ./spec/models/user_spec.rb:61 # User devrait rejeter les emails doubles insensible à la casse Vous y comprenez

[Rails] Rails uniqueness email

2015-03-17 Thread Jeremy Montesinos
Salut à tous, je suis en train de créer une application avec Rails 4.2. J'ai un souci d'unicité. Je voudrais vérifier qu'une adresse email n'est pas en double dans la base de données et voici comment je fais : app/models/users.rb # == Schema Information # # Table name: users # # id

Re: [Rails] New Rails project looking for beginners rails developers

2015-03-17 Thread Olivier BATARD
Hello, You’re welcome to the project. Here is the github : https://github.com/obatard/Lemmy The project is called Lemmy and has three goals : - Full Web file manager, tag-based - LateX Web fronted, a Ready to print system based on git - A Web p2p juke box streamer, based on icecast, like an

Re: [Rails] New Rails project looking for beginners rails developers

2015-03-17 Thread Olivier BATARD
Hello, You’re welcome to the project. Here is the github : https://github.com/obatard/Lemmy The project is called Lemmy and has three goals : - Full Web file manager, tag-based - LateX Web fronted, a Ready to print system based on git - A Web p2p juke box streamer, based on icecast, like an

Re: [Rails] New Rails project looking for beginners rails developers

2015-03-17 Thread Olivier BATARD
Hello, You’re welcome to the project. Here is the github : https://github.com/obatard/Lemmy The project is called Lemmy and has three goals : - Full Web file manager, tag-based - LateX Web fronted, a Ready to print system based on git - A Web p2p juke box streamer, based on icecast, like an

Re: [Rails] New Rails project looking for beginners rails developers

2015-03-17 Thread Olivier BATARD
Hello, You’re welcome to the project. Here is the github : https://github.com/obatard/Lemmy The project is called Lemmy and has three goals : - Full Web file manager, tag-based - LateX Web fronted, a Ready to print system based on git - A Web p2p juke box streamer, based on icecast, like an

[Rails] best way to map fields between rails product and an api client product

2015-03-17 Thread tonypm
Hi, I am working on building an api client for the Rakuten MarketPlace. I have got some test requests for add delete update etc working and thought I should aim to structure it as a Gem and publish it so that others can use it/enhance it. I havn't built a Gem before (worked mostly within the