[Rails] Re: cerating multiple cjeck boxes using array

2010-12-29 Thread Prasad B.
Frederick Cheung wrote in post #971033: > On Dec 28, 2:57am, "Durga B." wrote: >> > You need to use check_box_tag, and the name of the parameter needs to > end in []. THis will result in params[:foo] being an array which you > an then do something sensible with. > > Fred Thank you so much fred fo

Re: [Rails] Re: redgreen unittest with Rails 3 + Ruby 1.9.2

2010-12-29 Thread Conrad Taylor
On Wed, Dec 29, 2010 at 10:49 PM, Conrad Taylor wrote: > On Wed, Dec 29, 2010 at 5:11 PM, djangst wrote: > >> I had to configure as follows to get it working: >> >> # Gemfile >> gem 'mynyml-redgreen' >> >> > djangst, you should be able to add it to your Gemfile as follows: > > gem "redgreen" >

Re: [Rails] Re: redgreen unittest with Rails 3 + Ruby 1.9.2

2010-12-29 Thread Conrad Taylor
On Wed, Dec 29, 2010 at 5:11 PM, djangst wrote: > I had to configure as follows to get it working: > > # Gemfile > gem 'mynyml-redgreen' > > djangst, you should be able to add it to your Gemfile as follows: gem "redgreen" Good luck, -Conrad > # test_helper.rb (presumably spec_helper.rb for r

Re: [Rails] Re: HTML5 video not played in ipad

2010-12-29 Thread Conrad Taylor
On Wed, Dec 29, 2010 at 9:39 PM, dare ruby wrote: > dare ruby wrote in post #971390: > >> I first have to ask for clarification: Have you actually tested that the > >> video is actually compatible with iPad and iPhone (i.e. You've actually > >> copied the video to an iOS device and played it back

[Rails] Re: HTML5 video not played in ipad

2010-12-29 Thread dare ruby
dare ruby wrote in post #971390: >> I first have to ask for clarification: Have you actually tested that the >> video is actually compatible with iPad and iPhone (i.e. You've actually >> copied the video to an iOS device and played it back)? > No i have tried the same video using HTML and also usi

[Rails] Re: Issue rendering fields_for in 1 to 1 mapping nested model form view

2010-12-29 Thread Geo Manickam
I tried address still not able to display the address form. <% person_form.fields_for :address do |address_form| %> thanks Geo On Dec 29, 8:34 am, Colin Law wrote: > On 29 December 2010 07:52, Geo Manickam wrote: > > > > > > > > > > > I am new to rails, coming from .net. I am having the issu

[Rails] Ever thought about rewriting Facebook in Ruby?

2010-12-29 Thread Sfbay Techjobs
Not to infiltrate the forum or rub anyone the wrong way but for lack of a better way to tap into the larger Rails community I wanted to join up and reach out to anyone out there who is passionate about coding and seeking the next big thing. I'm not going to post any jobs/or advertisement here, but

Re: [Rails] Re: HTML5 video not played in ipad

2010-12-29 Thread Conrad Taylor
Sent from my iPad On Dec 29, 2010, at 6:55 PM, dare ruby wrote: >> I first have to ask for clarification: Have you actually tested that the >> video is actually compatible with iPad and iPhone (i.e. You've actually >> copied the video to an iOS device and played it back)? > > No i have tried th

Re: [Rails] how to use the new mailer inside a model

2010-12-29 Thread David Kahn
On Wed, Dec 29, 2010 at 6:21 PM, Mike C wrote: > I want to call the mailer from inside my model, but it gives me this > error: > > uninitialized constant User::PasswordResetMailer > > So I'm assuming that I have to include it somehow, but I'm not sure > how to do this. I've tried searching Google

[Rails] Re: HTML5 video not played in ipad

2010-12-29 Thread dare ruby
> I first have to ask for clarification: Have you actually tested that the > video is actually compatible with iPad and iPhone (i.e. You've actually > copied the video to an iOS device and played it back)? No i have tried the same video using HTML and also using PHP it plays well in ipad and ipho

[Rails] highlighter

2010-12-29 Thread Me
Is there a way to use what highlighter.com does in a rails app? -- 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-t...@googlegroups.com. To unsubscribe from this group, send email to rubyonr

[Rails] Re: redgreen unittest with Rails 3 + Ruby 1.9.2

2010-12-29 Thread djangst
I had to configure as follows to get it working: # Gemfile gem 'mynyml-redgreen' # test_helper.rb (presumably spec_helper.rb for rspec testing) require 'redgreen' On Dec 29, 7:32 pm, Barb wrote: > I cannot seem to get the redgreen gem working with Rails 3 and Ruby > 1.9.2 for testing. -- You

Re: [Rails] redgreen unittest with Rails 3 + Ruby 1.9.2

2010-12-29 Thread Conrad Taylor
On Wed, Dec 29, 2010 at 4:32 PM, Barb wrote: > I cannot seem to get the redgreen gem working with Rails 3 and Ruby > 1.9.2 for testing. > > I've read everything I can find and can't find a clear answer. I've > tried gem install redgreen as well as gem install mynyml-redgreen. > > Still no luck.

[Rails] Re: sqlite3 Failed to build gem native extension

2010-12-29 Thread Richard Myers
thanks, zoli, installing rvm actually resolved the problem out of the box, which is very strange. I don't know the ins and puts of RVM, but i guess it comes with some packaged gems including sqlite? anyway, I still want to resolve the problem on my default install, I will update when I have some pr

[Rails] htmldoc gem gives 'invalid program path'

2010-12-29 Thread Dandan
Hey anyone, I'm using htmldoc-0.2.3 on ruby 1.8.7 and I'm struggling to get it working. I've created the following ruby file and get the following error: -- require 'rubygems' require 'htmldoc' pdf = PDF::HTMLDoc.new pdf.set_option :outfile, "/tmp/outfile.pdf" pdf << 'test text' if

[Rails] redgreen unittest with Rails 3 + Ruby 1.9.2

2010-12-29 Thread Barb
I cannot seem to get the redgreen gem working with Rails 3 and Ruby 1.9.2 for testing. I've read everything I can find and can't find a clear answer. I've tried gem install redgreen as well as gem install mynyml-redgreen. Still no luck. -- You received this message because you are subscribed

[Rails] how to use the new mailer inside a model

2010-12-29 Thread Mike C
I want to call the mailer from inside my model, but it gives me this error: uninitialized constant User::PasswordResetMailer So I'm assuming that I have to include it somehow, but I'm not sure how to do this. I've tried searching Google but I'm not getting any helpful results. -- You received t

Re: [Rails] Re: Re: Help needed understanding "fields_for" and resultant controller code

2010-12-29 Thread Philip Hallstrom
On Dec 29, 2010, at 12:57 PM, Jim Burgess wrote: >> No technical reason (as this is an update, not a create), but logically >> it would make sense that you'd want to update them in that order. > > Cool. That was exactly the conclusion I'd drawn. > >>> won't rails throw an error and re-render th

Re: [Rails] Re: Extremely slow start up with ruby 1.9.1 vs 1.8.7

2010-12-29 Thread Conrad Taylor
On Wed, Dec 29, 2010 at 2:04 AM, Colin Law wrote: > On 28 December 2010 11:24, Colin Law wrote: > > On 28 December 2010 09:16, Colin Law wrote: > >> On 27 December 2010 22:08, Micah Geisel wrote: > >>> Ben, did you ever figure out anything here? I'm experiencing the same > >>> problem with 1.9

[Rails] Re: activeldap anyone using?

2010-12-29 Thread Jeff Lewis
Hi Mauro, Whenever I've needed to work with ldap in ruby or rails, I've always just used ruby-net-ldap: https://github.com/roryo/ruby-net-ldap/ "... Net::LDAP is a pure Ruby library. It does not require any external libraries. You can install the RubyGems version of Net::LDAP available from the

[Rails] Re: Has anyone benchmark the use of helpers

2010-12-29 Thread MDM
It might be academic interest, but it is an interesting on, I feel. Sometimes we accept things too willingly. Others has said that cacheing http://guides.rubyonrails.org/caching_with_rails.html might be more important if speed is important. I am looking into it. On Dec 27, 11:12 pm, Marnen Laibow-

[Rails] Re: Re: Help needed understanding "fields_for" and resultant controller code

2010-12-29 Thread Jim Burgess
Hi Bente, Thanks for your reply. > You should use > accepts_nested_attributes_for :department > in your employee model. The code you provided needed a minor tweak: <% form.fields_for @employee.department do|department_fields| %> was throwing an ActiveRecord::AssociationTypeMismatch - Department

[Rails] activeldap anyone using?

2010-12-29 Thread Mauro
Someone use activeldap? I've installad the gem but it seems to me that tha latest activeldap version require rails 2.3.8. I use rails 3.0.3 and don't want to install version 2.3.8. Is activeldap a old gem? -- You received this message because you are subscribed to the Google Groups "Ruby on Rail

[Rails] Re: Is my routing wrong?

2010-12-29 Thread Finne Jager
> I advise against this course of action in the strongest possible terms. > Normalizing the schema will be easy. Refactoring the application code > will be easy if you have proper tests. But normalizing the data already > entered into the denormalized schema will be nearly impossible. > > This is

[Rails] Re: Re: Help needed understanding "fields_for" and resultant controller code

2010-12-29 Thread Jim Burgess
> No technical reason (as this is an update, not a create), but logically > it would make sense that you'd want to update them in that order. Cool. That was exactly the conclusion I'd drawn. >> won't rails throw an error and re-render the 'edit' view if validation >> for either @employee or @empl

[Rails] installing ruby 1.9.2 with rails 3 on redhat 5.5

2010-12-29 Thread Matthew Purdy
redhat comes with 1.8.x; however i wanted to install ruby 1.9.2. so i downloaded the source and built the code and ruby runs fine. the docuementation claims that gem comes with ruby 1.9.2; however i cant find "gem" anywheres in the ruby directory where i compiled the code. where do i find "gem"

[Rails] Re: Extremely slow start up with ruby 1.9.1 vs 1.8.7

2010-12-29 Thread Colin Law
On 29 December 2010 20:47, cpr wrote: > Just FYI, I can confirm that I'm seeing the same numbers you are > (following your gist). > > Running Ubuntu 10.4 on Virtual Box on Win 7 x64 on a MacBook Pro i7. Can I just check that you are confirming that you see a significant slow down between Ruby 1.8

Re: [Rails] Re: How to test the layout of a controller?

2010-12-29 Thread Philip Hallstrom
> Hey, I'm hoping that going through this rspec book is a good idea? > http://www.pragprog.com/titles/achbd/the-rspec-book Excellent idea. -- 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-t

Re: [Rails] Re: Help needed understanding "fields_for" and resultant controller code

2010-12-29 Thread Bente Pieck
On 29/12/10 21:11, Jim Burgess wrote: Thanks for the answer Philip. It is good to get confirmation that I have understood things correctly. Yes. And it only does this if the update to @employee was successful first. Is the order particularly significant in this case (i.e. that it attempts to

[Rails] Re: How to test the layout of a controller?

2010-12-29 Thread daze
On Dec 28, 8:52 am, Marnen Laibow-Koser wrote: > bingo bob wrote in post #971015: > > > Can I chip in here as a slight aside - after Marnen (or someone else on > > here) "tore a strip off me" after I asked about cucumber without really > > doing the groundwork myself I went off and tried it in my

Re: [Rails] Re: Help needed understanding "fields_for" and resultant controller code

2010-12-29 Thread Philip Hallstrom
> Thanks for the answer Philip. It is good to get confirmation > that I have understood things correctly. > >> Yes. And it only does this if the update to @employee was successful >> first. > > Is the order particularly significant in this case (i.e. that it > attempts to update @employee first)

[Rails] Re: Is my routing wrong?

2010-12-29 Thread Marnen Laibow-Koser
Finne Jager wrote in post #971329: >> Still using the data model I advised you against, I see... > > Yes, unfortunately my boss has been pushing to get a first version > online within two weeks. I've decided to use this current structure for > now and then restructure after launch. I advise agains

[Rails] Re: Help needed understanding "fields_for" and resultant controller code

2010-12-29 Thread Jim Burgess
Thanks for the answer Philip. It is good to get confirmation that I have understood things correctly. > Yes. And it only does this if the update to @employee was successful > first. Is the order particularly significant in this case (i.e. that it attempts to update @employee first)? Obviously i

Re: [Rails] Help needed understanding "fields_for" and resultant controller code

2010-12-29 Thread Philip Hallstrom
On Dec 29, 2010, at 11:33 AM, Jim Burgess wrote: > Hi, > > I'm trying to understand some code in a book I'm reading and was hoping > someone could tell me if I have understood it correctly. > > There are two models, an employee model and a department model. A > department has_many :employees an

[Rails] Help needed understanding "fields_for" and resultant controller code

2010-12-29 Thread Jim Burgess
Hi, I'm trying to understand some code in a book I'm reading and was hoping someone could tell me if I have understood it correctly. There are two models, an employee model and a department model. A department has_many :employees and an employee belongs_to :department. Here's a snippet of code f

[Rails] Re: Is my routing wrong?

2010-12-29 Thread Finne Jager
> Still using the data model I advised you against, I see... Yes, unfortunately my boss has been pushing to get a first version online within two weeks. I've decided to stick with this structure for now and then restructure after launch, especially since only 3-4 clients will be using this init

[Rails] Re: RE: gem install of rails-3.0.3 on ruby-1.8.7-p330 gives rdoc error

2010-12-29 Thread Peter Vandenabeele
Ahmed Abdelsalam wrote in post #971296: > As you are using Rails 3, you have a good option after installing rails > is to run "bundle install" command from your application, this will > install all required gems for you. Thanks, but they are already installed. It is only the generation of document

[Rails] Re: Is my routing wrong?

2010-12-29 Thread Peter Vandenabeele
Marnen Laibow-Koser wrote in post #971320: ... > You do know that Timesheet.last will return an arbitrary timesheet, and > that you can't predict which one it returns, right? That is not entirely true. It is 'Timesheet.first' that would better be renamed to 'Timesheet.random' ;-) Same goes for Ti

Re: [Rails] Re: Simple Contact Form - ActiveRecord without a table

2010-12-29 Thread Lucas Mazza
You can use the mail_form gem - it's built on top of ActiveModel, so it acts like pretty similar to ActiveRecord models :) 2010/12/29 Marnen Laibow-Koser > wardenik wrote in post #971297: > > Hey, > > > > This is hopefully a very basic question, thoug

[Rails] Re: Is my routing wrong?

2010-12-29 Thread Marnen Laibow-Koser
Finne Jager wrote in post #971314: >> You forgot to set up the associations on Timesheet properly. What >> associations does Timesheet currently have? > > class Timesheet < ActiveRecord::Base > belongs_to :incident > > has_one :command_officer > has_one :fire_chief > has_many :fire_fighter

[Rails] Re: Is my routing wrong?

2010-12-29 Thread Finne Jager
> You forgot to set up the associations on Timesheet properly. What > associations does Timesheet currently have? class Timesheet < ActiveRecord::Base belongs_to :incident has_one :command_officer has_one :fire_chief has_many :fire_fighters class FireFighter < ActiveRecord::Base belo

[Rails] Re: Is my routing wrong?

2010-12-29 Thread Marnen Laibow-Koser
Finne Jager wrote in post #971310: > I'm having another issue. > This is my create method for a Command Officer: > > def create > @timesheet = Incident.find(params[:incident_id]).timesheet > > respond_to do |format| > if @timesheet.create_command_officer(params[:command_officer]) > > >

[Rails] Re: Is my routing wrong?

2010-12-29 Thread Finne Jager
I'm having another issue. This is my create method for a Command Officer: def create @timesheet = Incident.find(params[:incident_id]).timesheet respond_to do |format| if @timesheet.create_command_officer(params[:command_officer]) This is working fine. But when I use the same code in

Re: [Rails] Simple Contact Form - ActiveRecord without a table

2010-12-29 Thread David Kahn
On Wed, Dec 29, 2010 at 9:26 AM, wardenik wrote: > Hey, > > This is hopefully a very basic question, though I couldn't find a nice > tutorial for that. > I want to make in Rails3 a simple contact form, but with validation. > So I thought, that I would use ActiveRecord for that, but it's obvious >

Re: [Rails] Issue rendering fields_for in 1 to 1 mapping nested model form view

2010-12-29 Thread Colin Law
On 29 December 2010 07:52, Geo Manickam wrote: > I am new to rails, coming from .net. I am having the issue for 1:1 > mapping nested model view the form will not render. > > I have the code below. note the address object is created. I dont see > the label and text box. the person form render witho

[Rails] Re: Simple Contact Form - ActiveRecord without a table

2010-12-29 Thread Marnen Laibow-Koser
wardenik wrote in post #971297: > Hey, > > This is hopefully a very basic question, though I couldn't find a nice > tutorial for that. > I want to make in Rails3 a simple contact form, but with validation. > So I thought, that I would use ActiveRecord for that, but it's obvious > that I don't want

[Rails] Issue rendering fields_for in 1 to 1 mapping nested model form view

2010-12-29 Thread Geo Manickam
I am new to rails, coming from .net. I am having the issue for 1:1 mapping nested model view the form will not render. I have the code below. note the address object is created. I dont see the label and text box. the person form render without any issue. the debug works outside the fields_for. An

[Rails] Problem with Jruby xslt

2010-12-29 Thread Ahmed Abdelsalam
Hi, I'm to build my jruby on rails application through Hudson, I faced the following error: Could not open library 'xslt' : xslt: cannot open shared object file: No such file or directory. Could not open library 'libxslt.so' : libxslt.so: cannot open shared object file: No such file or dire

RE: [Rails] gem install of rails-3.0.3 on ruby-1.8.7-p330 gives rdoc error

2010-12-29 Thread Ahmed Abdelsalam
As you are using Rails 3, you have a good option after installing rails is to run "bundle install" command from your application, this will install all required gems for you. Another note, I faced many cases in Rails 3 that installation of gems fail, and after some researching, the solutions was t

[Rails] [JOBS] RoR Developer needed

2010-12-29 Thread Chinna
This is an urgent requirement for RoR job in Hyderabad, India. Please click to see the posting. http://jobsearch.naukri.com/mynaukri/mn_newminnernew.php?f=23121961 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group,

[Rails] Simple Contact Form - ActiveRecord without a table

2010-12-29 Thread wardenik
Hey, This is hopefully a very basic question, though I couldn't find a nice tutorial for that. I want to make in Rails3 a simple contact form, but with validation. So I thought, that I would use ActiveRecord for that, but it's obvious that I don't want a table for that. So the question is how to

[Rails] Re: Beginer: Question about routing on Rails 3

2010-12-29 Thread Marnen Laibow-Koser
Please quote when replying. Filippos wrote in post #971272: > I know about http://railstutorial.org > and im that close from buying the pdf and screencast bundle but im > worried that it may be too advanced for me. Well, check it out! The book is available free on the Web as HTML. You only nee

[Rails] Re: sqlite3 Failed to build gem native extension

2010-12-29 Thread gezope
Hi all, solution always depends on your OS and on versions. The best is RVM http://rvm.beginrescueend.com/ allows you prevent problems. It has also great packages which helps you with other problems, and future upgrades will be easier. On Win I think there isn't RVM but pik is available, never t

[Rails] Re: can't install rails - gem is asking for a zlib

2010-12-29 Thread Mark L.
Hey Colin...thanx so much..that worked! Its a little unsatisfiying through, because I'm not sure exactly what part of that tutorial fixed the gem install. At any rate thanx so much for the link. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed

[Rails] Re: HTML5 video not played in ipad

2010-12-29 Thread Robert Walker
dare ruby wrote in post #971232: > Am in process of building a video player rails application, which is > compatabile to Safari, ipad, iphone device. > > I have used below code to render a video and it works fine in safari. > But videos are not played in ipad and iphone. > > autobuffer="autobuffer

Re: [Rails] Re: can't install rails - gem is asking for a zlib

2010-12-29 Thread Colin Law
On 29 December 2010 14:00, Mark L. wrote: > I did make the changes in .bashrc, I think maybe those instructions are > not applicable to fedora. For instance after installing I don't have a > /usr/local/rvm folder. I don't know whether this might help - http://fedoraphprails.blogspot.com/2010/07/i

[Rails] Re: can't install rails - gem is asking for a zlib

2010-12-29 Thread Mark L.
I did make the changes in .bashrc, I think maybe those instructions are not applicable to fedora. For instance after installing I don't have a /usr/local/rvm folder. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby o

Re: [Rails] Re: can't install rails - gem is asking for a zlib

2010-12-29 Thread Colin Law
On 29 December 2010 13:40, Mark L. wrote: > ...hey Z, thanx for the reply. 'gem cleanup' does work, but when I try > 'gem install rails' I get the zlib error below. I can't seem to install > any gems due to the zlib problem. I looked into rvm, but I can't see to > get that installed. I am using Fe

[Rails] Re: can't install rails - gem is asking for a zlib

2010-12-29 Thread Mark L.
...hey Z, thanx for the reply. 'gem cleanup' does work, but when I try 'gem install rails' I get the zlib error below. I can't seem to install any gems due to the zlib problem. I looked into rvm, but I can't see to get that installed. I am using Fedora, so I used yum to install rvm, but can't s

[Rails] Re: Beginer: Question about routing on Rails 3

2010-12-29 Thread Filippos
I know about http://railstutorial.org and im that close from buying the pdf and screencast bundle but im worried that it may be too advanced for me. Head First Rails book is in baby rails language assuming , correctly, that the reader has no background at all. Im afraid that railstutorial.org requi

Re: [Rails] Re: RVM Issue

2010-12-29 Thread radhames brito
@gezope the .bash_profile/ .bashrc file is loaded when a console session is loaded, and set a few variables, if there is a return statement before the rvm setup code the script will return before loading rvm into the console session. -- You received this message because you are subscribed to the

Re: [Rails] Re: RVM Issue

2010-12-29 Thread Mahmoud Said
@gezope I'm talking about the part that says: "Do NOT 'return' from inside the .bashrc file or else RVM will be prevented from working properly - That is to say, if your .bashrc contains "&& return", e.g, ubuntu in particular has.." at http://rvm.beginrescueend.com/rvm/install/ On Wed, D

[Rails] Re: sqlite3 Failed to build gem native extension

2010-12-29 Thread Frederick Cheung
On Dec 29, 5:50 am, Richard Myers wrote: > in on mac os 10.5  - when i run sqlite3 -version i get 3.4.0 - so i > guess i thought i updated, but maybe not. > should i be concerned about this version or the sqlite3-ruby version? > i cant seem to figure out my sqlite3-ruby version, anyone know how

[Rails] newbie needs advise: from prawnto to htmldoc (googlemaps)

2010-12-29 Thread der_tom
hi, i used to utilize prawnto, but due limitations i went on to htmldoc. basic problem (i hope): this was working code in prawnto: h = Hash.new h[:pic_google_map]="http://maps.google.com/maps/api/staticmap? center...@address.lat},#...@address.lng} &zoom=12&size=400x400&sensor=false" pdf.image ope

[Rails] Re: Strange behaviour of console with non English symbols

2010-12-29 Thread woto
I have a difficulties with an explanation of problem. I asked this question also on stackoverflow. May be English speaking developers will help me with explanation. Because one developer also confirmed this problem. http://stackoverflow.com/questions/4546285/problem-with-cyrillic-symbols-in-consol

Re: [Rails] Re: Extremely slow start up with ruby 1.9.1 vs 1.8.7

2010-12-29 Thread Colin Law
On 28 December 2010 11:24, Colin Law wrote: > On 28 December 2010 09:16, Colin Law wrote: >> On 27 December 2010 22:08, Micah Geisel wrote: >>> Ben, did you ever figure out anything here? I'm experiencing the same >>> problem with 1.9.2: https://gist.github.com/756616 >>> >> >> I am seeing a sim

[Rails] Re: Lost in Queries (n:m followed by 1:n)

2010-12-29 Thread bourne
What you need to do is create an additional :through relation, so that User has_many :tasks, :through => :tabs . You may have to use the nested_has_many_through plugin. Marnen, thanks for pointing me in the right direction. Still, I did not suceed. The plugin you mentioned is outdated (not

Re: [Rails] Re: Rails 3.0.3 Generator NoMethodError On Existing Project

2010-12-29 Thread Colin Law
On 29 December 2010 00:09, Preston Lee wrote: > I haven't had any luck. Does anyone else here have suggestions/hints? > This is an extremely frustrating issue. :/ Try removing all non-standard gems from your Gemfile, run bundle install and try the generate again. If that works (it may not but at