[Rails] Re: Re: Re: Re: Re: Re: Re: which Gem To Used For Building A Site Like Mediafire

2015-03-23 Thread Edward Maya
Colin Law wrote in post #1170743: > No, your English is not bad. I think I understand what you want to > do. But since the link I provided appeared to me to cover what you > want to do I asked you to explain what in particular you are worried > might not be available. > > Colin "But since the li

[Rails] Re: [JOB in San Francisco] - Full Stack Engineer (Ruby)

2015-03-23 Thread Joyce
Hello, My name is Joyce John, co-founder Ruby-Software.com an Atlanta based Ruby on Rails development and consulting boutique. We have a track record of 7 years in building, hosting and maintaining enterprise grade Ruby on Rails applications. We employ around 40+ gifted Rails developers between

[Rails] Accessing a "helper" method "foo" defined in a controller, in a .js file

2015-03-23 Thread Neeraj Murarka
Hello. I am having some trouble accessing a method "foo" I defined in a controller. I was under the impression that if "foo" is in the controller that renders bar.html.erb, then bar.html.erb can in fact see a method in this controller provided I put the "helper_method: foo" notation in the co

[Rails] Looking for advice on Websockets and Rails

2015-03-23 Thread Olivier Batard
Hello. After some hours googling for that, I try here. I want to stream files (upload and dowload) and sounds via Rails and websockets. What's the best way to do that in rails? Which tools do you recommend ? I read that em-websocket, websocket-rails, socket.io, meteor project ... What's the d

[Rails] Looking to hire Ruby on Rails Developers from Bangalore, India (Good Salary)

2015-03-23 Thread Narayan Venkatraman
Hi, We are looking forward to hire experienced Ruby on Rails developers with min. 2-3 years experience or more for our company. We are ready to give more salary than candidate's current CTC just need smart coding :) Please share your CVs Regards, Narayan -- You received this message beca

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

2015-03-23 Thread dasibre
I'm not completely certain, but I think you might find some insight by looking at ActiveModel On Tuesday, March 17, 2015 at 10:14:27 AM UTC-4, tonypm wrote: > > Hi, > > I am working on building an api client for the Rakuten MarketPlace. I > have got some test requests for add delete update etc

[Rails] Re: Rspec Testing issues -- Beginner Coder and not sure where to start in troubleshooting this.

2015-03-23 Thread dasibre
Can you passte your html/view code??? On Sunday, March 22, 2015 at 2:02:13 PM UTC-4, Shawn Wilson wrote: > > Im a noob to ROR and programming in general. i know enough to be dangerous > but not enough to figure out where the hell i'm going wrong here. so this > is what ive done so far. > > - w

Re: [Rails] which Gem To Used For Building A Site Like Mediafire

2015-03-23 Thread Scott Ribe
On Mar 23, 2015, at 7:00 AM, Edward Maya wrote: > > i know my english i bad Your English is fine. What's bad is your continued unwillingness to look at the resources you've been referred to. -- Scott Ribe scott_r...@elevated-dev.com http://www.elevated-dev.com/ https://www.linkedin.com/in/sco

Re: [Rails] Re: Re: Re: Re: Re: Re: which Gem To Used For Building A Site Like Mediafire

2015-03-23 Thread Colin Law
On 23 March 2015 at 13:00, Edward Maya wrote: > Colin Law wrote in post #1170738: >> What else are you looking for other than that described, with >> examples, at https://github.com/thoughtbot/paperclip? >> >> Colin > > i know my english i bad but is it that hard to understand what i am > saying >

[Rails] Re: Re: Re: Re: Re: Re: which Gem To Used For Building A Site Like Mediafire

2015-03-23 Thread Edward Maya
Colin Law wrote in post #1170738: > What else are you looking for other than that described, with > examples, at https://github.com/thoughtbot/paperclip? > > Colin i know my english i bad but is it that hard to understand what i am saying have you ever heard of site mediafire ?? mediafire.com(in c

Re: [Rails] Re: Re: Re: Re: Re: which Gem To Used For Building A Site Like Mediafire

2015-03-23 Thread André Orvalho
To get the right answers you got ask the right questions, but maybe you should try and google a little around: http://bit.ly/1xcPWrc just a little... -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and sto

Re: [Rails] Re: Re: Re: Re: Re: which Gem To Used For Building A Site Like Mediafire

2015-03-23 Thread Colin Law
On 23 March 2015 at 09:56, Edward Maya wrote: > Nugi Nugraha wrote in post #1170730: >> On Mon, Mar 23, 2015 at 11:27 AM, Edward Maya >> wrote: >> >>> >> http://www.catb.org/esr/faqs/smart-questions.html > > Is paperclip enough for downloading and generating download link after > file upload ? W

Re: [Rails] Re: Help! Haml::SyntaxError in Posts#show

2015-03-23 Thread Emmanuel Abia
Try this... %h2.comment_count= pluralize(@post.comments.count, "Comment") > - @comments.each do |comment| .comment > %p.username= comment.user.name > %p.username= comment.content > > = render 'comments/form' .comment seems to be a class selector move it to th

[Rails] Re: Re: Re: Re: Re: which Gem To Used For Building A Site Like Mediafire

2015-03-23 Thread Edward Maya
Nugi Nugraha wrote in post #1170730: > On Mon, Mar 23, 2015 at 11:27 AM, Edward Maya > wrote: > >> > http://www.catb.org/esr/faqs/smart-questions.html Is paperclip enough for downloading and generating download link after file upload ? -- Posted via http://www.ruby-forum.com/. -- You received

[Rails] Re: Help! Haml::SyntaxError in Posts#show

2015-03-23 Thread Frederick Cheung
On Monday, March 23, 2015 at 4:04:44 AM UTC, Ruby-Forum.com User wrote: > Ok, so I'm challenging myself to actually learn ruby/rails, I'm > currently doing the 12 on 12 challenge by mackenzie childs, i'm doing > the Muze app. I'm trying to add a comment section to the post section of > the site but

Re: [Rails] Re: Re: Re: Re: which Gem To Used For Building A Site Like Mediafire

2015-03-23 Thread Nugi Nugraha
On Mon, Mar 23, 2015 at 11:27 AM, Edward Maya wrote: > Hassan Schroeder wrote in post #1170698: > > > > Seriously, have you even looked at the Paperclip documentation? > > > > And seriously why guys here don't give exact answer without flaming i > mean giving an exact answer with link is that dif