[Rails] Good Tutorial on RSpec

2012-11-02 Thread Adnan
Hey, Suggest me good resources about RSpec. Don't tell me to search in Google. Trust me I did lot!! Thanks -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com. To unsu

[Rails] Re: Newbie - deployment, hosting

2012-11-01 Thread Adnan
How about Appfog?? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com. To vi

[Rails] [RSpec Testing] Methods take two arguments

2012-09-15 Thread Adnan
Hello, Here is my *pdf_helper.rb* => http://pastebin.com/QU1kTKXk. I want to test, if self.create method can take more than two arguments. But, when I try to run my test. It showed *PdfHelper Should have two arguments Failure/Error: create_pdf.should_receive(object,template).with(user,fi

[Rails] Re: [JOBS] DevOp / SysOp for Web Application (Location: Preferably in Berlin, remote work possible)

2012-09-12 Thread Adnan
Fresher allowed?? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscribe from this group, send email to rubyonrails-talk+unsubscr...@googlegroups.com. To vie

[Rails] Growl_notify like similar gems for Linux

2012-08-15 Thread Adnan
Hello, As far as I know *growl_notify* gems only work in *MAC OSX*. is there any similar gems available for Linux?? Thanks -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegr

Re: [Rails] Looking for partners for doing a project

2012-07-29 Thread yasir adnan
yeah, Sure :-) On Sun, Jul 29, 2012 at 9:40 PM, Sam Serpoosh wrote: > I got another rails buddy for doing project. Don't worry, I will let you >> know. When I will start my project. >> >> > > Ok, that's gonna be great, maybe I'll join you if I can manage my time. I > definitely like to participa

Re: [Rails] Looking for partners for doing a project

2012-07-29 Thread yasir adnan
I got another rails buddy for doing project. Don't worry, I will let you know. When I will start my project. Thank Yasir Adnan On Sun, Jul 29, 2012 at 9:02 PM, Sam Serpoosh wrote: > Hello Yasir, > > I'm sorry that I couldn't contact you till now for doing the project

Re: [Rails] Looking for partners for doing a project

2012-07-29 Thread yasir adnan
Sorry, my mistake. On Sun, Jul 29, 2012 at 3:14 PM, Colin Law wrote: > On 29 July 2012 09:55, yasir adnan wrote: > > Like, we create a model name:string status:string. After migrating db,is > > "id" field automatically generate in table?? > > What has that got

Re: [Rails] Looking for partners for doing a project

2012-07-29 Thread yasir adnan
Like, we create a model name:string status:string. After migrating db,is "id" field automatically generate in table?? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com.

[Rails] Looking for partners for doing a project

2012-07-27 Thread Adnan
re interested please email me adnan.ayon[at]gmail.com Yasir Adnan http://github.com/adnan628 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscri

[Rails] Nil Class

2012-07-16 Thread Adnan
I've a field in my two db tables called "username". when I try to match post author and current username for editing a post @movies.username==current.name in my moviescontroller. It showed nil class or method. Why this is showing??Any ideas?? -- You received this message because you are subscr

[Rails] gem 'therubyracer' installing error in Windows

2012-07-08 Thread Adnan
at's why it can't install libv8. After installing python, libv8 was installed successfully. Now it's trying to install the "therubyracer" but failing with error. Anyone knows what can be done to get the twitter bootstrap to work in windows? Thanks Yasir Adnan twitter.c

[Rails] Re: How to become effective and professional in Rails?

2012-07-08 Thread Adnan
How about we beginners start a real life project together. We can share our thoughts and gain some experience. I've an project idea. If anybody interested please mail me adnan.ayon[at]gmail.com On Sunday, July 1, 2012 8:58:15 PM UTC+6, @masihjesus wrote: > > Dear Group, > > I know that this kind

[Rails] Re: intership

2012-07-08 Thread Adnan
I'm also searching for an Internship.Money isn't a big deal for me. Gathering real life experience is matter for me.If there any remote developer position available let me know adnan.ayon [at] gmail.com On Wednesday, July 4, 2012 5:56:16 AM UTC+6, Runy Calmera wrote: > > Jeff what kind of inter

[Rails] Ruby on Rails Developer jobs for fresher or Intern developer

2012-07-05 Thread yasir adnan
Hi, Currently I'm looking for a job for remote ror developer. Any one can help me about this matter. Thanks -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyon

[Rails] Faye server with rails 3.1

2011-08-17 Thread ADNAN TAHIR
I want to use Faye on production server. how can I start faye server automatically or as a daemon process. Because when I start faye server using SSH it shutdown as i close ssh connection. Please guide me its really urgent. I can run faye server on local but how I can rub this on live site. --

[Rails] Rails doesn't populate dynamic generated fields on error on posting

2011-04-27 Thread adnan khan
In our raols application we have a page where upon submit we save data in db. On this page, we have some fields which are dynamically generated and I see that in case of a validation error when page reloads it doesn't populate these fields with the values present upon posting. In controller we hav