Re: [Rails] beta testers?

2017-09-09 Thread Richard Snow
I am not that great with rails but I have some time and cs degree. I am disabled navy vet. My contact info can be found at www.computersrus.tk -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop rece

[Rails] Export OST database into Outlook (PST/EML/MSG and HTML)

2016-06-29 Thread Richard Wright
Download another best OST to PST Converter software fastly remove OST file corruption issue and export OST database into Outlook (PST/EML/MSG and HTML) along with all emails properties, emails headers and email information etc.The software efficiently extracts all OST emails according to dates-(fro

[Rails] Re: Homes For Syrians website

2015-09-22 Thread Richard Moore
Hi Prionko, Can I send it off list as potential vulnerabilities I don't want to highlight here? I am at ad...@homesforsyrians.uk Thanks, Richard On Tuesday, 22 September 2015 09:53:48 UTC+1, prionko wrote: > > Richard, > > Please send the wish list. > > reg

Re: [Rails] Homes For Syrians website

2015-09-22 Thread Richard Moore
Emailed to you off-list. Thanks. On Monday, 21 September 2015 17:33:14 UTC+1, Hassan Schroeder wrote: > > On Mon, Sep 21, 2015 at 8:50 AM, Richard Moore > wrote: > > > Is there anyone who might be able to look at this and see > > how achievable my wish list would be an

[Rails] Homes For Syrians website

2015-09-21 Thread Richard Moore
to look at this and see how achievable my wish list would be and how long it would take. This is a completely free and self-funded project so please be gentle with me. Cheers Richard -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"

[Rails] Errno::ENOENT (No such file or directory - identify -quiet -ping

2015-09-04 Thread Richard Beardwood
Hi Im trying to create a site to upload images and list them stored in AWS. Im getting an error and Im having a hard time trying to fix it. Looks like the error is here: Errno::ENOENT (No such file or directory - identify -quiet -ping C:/Users/Richar d/AppData/Local/Temp/mini_magick20150903-11160

[Rails] Re: rails is not recognized as an internal or external command

2015-09-01 Thread Richard Beardwood
>I agree. I think the OP is calling ‘ruby -v’ and needs to install the >rails gem. I’ve done this before on a fresh system. Should be able to >do a “gem install rails” and move on from there. Thanks. You are right. I am new to this and just getting started so thanks for the help -- Posted vi

[Rails] Re: rails is not recognized as an internal or external command

2015-09-01 Thread Richard Beardwood
Yes that is correct. rails -v shows: ruby 2.1.6p336 <2015-04-13 revision 50298> [i386-mingw32] -- Posted via http://www.ruby-forum.com/. -- 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 e

[Rails] rails is not recognized as an internal or external command

2015-09-01 Thread Richard Beardwood
I have just installed Ruby on Rails on Windows 8 and tested it including checking the version. This all works fine however, when I try to set up a new project using rails I get "rails is not recognized as an internal or external command" -- Posted via http://www.ruby-forum.com/. -- You received

[Rails] An interesting evening trying to install ruby on rails

2015-08-20 Thread Richard Lalancette
a few end points and start toying with it. I attempted to get latest version at the time: 2.2 Platform Windows 7 Any tips would be greatly appreciated. Richard -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe

[Rails] Re: Re: Don´t work my program :( , please help

2015-07-12 Thread Richard Zanabria
I try with this: class Auto attr_accessor :auto def initialize(auto) @modelo = modelo @precio = precio end def calcular_neto(i) for i in 0 ..i (auto)*0.18 end return auto end auto = Auto.new("Volvo", 19000) neto = auto.calcular_neto(2) puts " Neto: #{neto}" = --

[Rails] Re: Don´t work my program :( , please help

2015-07-12 Thread Richard Zanabria
Thanks a todos por sus respuestas -- Posted via http://www.ruby-forum.com/. -- 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 it, send an email to rubyonrails-talk+unsubscr...

[Rails] Re: Don´t work my program :( , please help

2015-07-12 Thread Richard Zanabria
I would like the program receives as parameters the catidad volvo car and demarcates the program calculate the cost plus impuesos (IGV) of the desired amount of cars. I tried to modify the program to try to introduce a "for" to iterate the program depending on how many cars you wish to calculat

[Rails] Re: Don´t work my program :( , please help

2015-07-11 Thread Richard Zanabria
Thanks Colin, i foloow your advice. One question: in: def calcular_neto(2) # it´s necesary (2) , I dont know how its work (2). It is not enough that this ? attr_accessor :auto01, :auto02 Thank you very much for your help -- Posted via http://www.ruby-forum.com/. -- You received this m

[Rails] Don´t work my program :( , please help

2015-07-11 Thread Richard Zanabria
=begin Pregunta 1 Desarrolle sus clases en Ruby que permita realizar el siguiente programa: auto = Auto.new(“Volvo”, 19,000) neto = auto.calcular_neto(2) puts “Neto: #{neto}” donde el método calcular_neto(2) debe calcular el costo de dos autos Volvo con precio 19,000 y además le suma IGV que es una

[Rails] Need a Ruby Expert! Developing B2B Digital Analytics for Mobile Platform

2014-12-09 Thread Richard Do
Interested in working on game changing technology? I'm partnering with a startup company in Mountain View, CA. Ping me for additional details- rich...@corporatelabs.com *Lead Software Engineer* *Company:* Data Analytics Company *Location:* Mountain View, CA *Position:* Lead Software Engin

[Rails] Re: Connecting to SQLServer

2014-10-10 Thread Richard Lenawasae
Thank You Vivek Sampara, but actually i have found i didn't save the previous migration and it duplicate itself.. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group

[Rails] Re: DatabaseMigration

2014-10-09 Thread Richard Lenawasae
Hi, Please help hereWhen i try to migrate database "{name}" it shows an error says! ActiveRecord::DuplicateMigrationNameError:... ("Multiple migrations have the name #{name}") and i'm sure i was done with this table #{name}") previously.. surely it cannot migrate. -- Posted via http

[Rails] Re: Connecting to SQLServer

2014-10-04 Thread Richard Lenawasae
So can i start scaffolding manually from ruby command prompt, but i know scaffolding manually is quite tiresome and if i can really get another alternative then fine...? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Rub

[Rails] Re: Scaffold to SQLServer

2014-10-04 Thread Richard Lenawasae
Email Address:richardlenawa...@gmail.com Hi Guys, I'm still new on Ruby on Rails and am now developing a real world project, i have an existing sql server database, but am getting problem when i try to migrate schema.rb without scaffolding since my tables has big dozen of columns Please h

[Rails] Re: Scaffolding for pre-existing database table in 2.0.1

2014-10-03 Thread Richard Lenawasae
Email Address:richardlenawa...@gmail.com>>>Jason Fleetwood-Boldt @Jasonfb, i guess i did alot of research on ruby on rails as far scaffolding is concern, but you find when it comes on real world boilerplate applications..it's kind of a nightmare when we try oldschool method 'scalfolding' becaus

[Rails] Re: Scaffolding for pre-existing database table in 2.0.1

2014-10-03 Thread Richard Lenawasae
Email Address:richardlenawa...@gmail.com Hi, I'm developing a heavy project using Ruby on Rails, and I already have a big database schema in my sublime text,but my database has a dozen of fields of tables which are sometimes very tiresome when scaffolding such as £rails g scaffold profile first

[Rails] Re: is_a? returns false, though I think it should return true

2014-08-31 Thread Richard Wilson
As colin mentioned, this is an active record relation that looks like a card. I believe it's actually an association proxy (I dont have the rails code open here) Also, in rails, best practice is to operate on duck types, not strict types. You should never have to is_a? anything. This hints at d

[Rails] Re: Creating my first blog with ruby on rails

2014-08-31 Thread Richard Wilson
The routes don't matter here. Firstly, it should be @comment = @post.comments.create instead of build, no point in building something and saving it afterwards. Secondly, the comment won't be created because the parameters for the comment are not being sanitized. If rails allowed you to do what

[Rails] Re: What would be the best way for a rails project to receive real time stock quotes?

2014-05-13 Thread Richard Garcia
Id like to be able to get multiple stocks depending on which ones the users choose. How would I go about finding a way to utilize yahoos services in a rails app? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Ra

[Rails] What would be the best way for a rails project to receive real time stock quotes?

2014-05-13 Thread Richard Garcia
I am trying to get real time stock quotes passed to my rails project. Is there any way to get that going? Trying to keep it as free as possible. Would yahoo or google finance offer some sort of service that could be used? Any help would be greatly appreciated. -- Posted via http://www.ruby-forum.

[Rails] Seeking a NZ Based Ruby Dev to assist with a project / startup

2014-03-25 Thread Richard Harding
Hi All Seeking a Ruby focused Dev to assist with a project / startup Subscription based service catering for the everyday Kiwi consumer. - Must have knowledge / experience of recurring billing engines - CSS/Java general overview - Understanding of - or past experience in smart

[Rails] Re: Fwd: {MUGH} Visual Studio 2010 Training Course And Video Tutorials - torrent

2013-10-17 Thread Richard M.
I would like to have full tutorial download for microsoft visual studio 2010 ultimate video. anyone having please upload in the torrent sites. thanking you -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Ta

[Rails] RIA4: Having an issue with my sign_in_as! helper method I've defined in my integration tests

2013-08-29 Thread Richard Wilson
I'm having a frustrating issue where my sign_in_as! helper will not fill out the password in my seeds_spec test. However all other integration tests using the helper still pass which is very confusing for me. I put a call to sleep in for the method, and ran the test with webdrive to fill in the

[Rails] Re: Session variable in default_scope

2013-08-12 Thread Richard Midwinter
I've tried following the pattern from the accepted answer here: http://stackoverflow.com/questions/10680845/owner-filteder-model-objects-on-rails-3 But I'm left with a problem in that I populate the session variables on User.after_database_connection (when I'd assumed, probably incorrect, that we

[Rails] Session variable in default_scope

2013-08-12 Thread Richard Midwinter
I have a project model which I'd like to set the default_scope to filter out projects where the user doesn't have permission to view them. Think something along the lines of the projects having a list of teams and companies that the user must be in to access the data. default_scope seems to work

[Rails] Looking for a Ruby on Rails developer interested in a startup project

2013-07-08 Thread Richard Fayet
have a solid business plan, and we are mentored by business school entrepreneurship professors. We are also in talks with specialists from the publishing world (old and new). All we need now is a second developer. About us We’re currently two: Emmanuel Nataf, Richard Fayet. We are friends and

Re: [Rails] New in town

2012-10-05 Thread Richard McKenna
here they regularly posts how too's and ask Ray/Ben type things. Thanks, Richard On Friday, 5 October 2012 16:00:35 UTC+1, gsw wrote: > > Yes, and that will be the same for railscasts, peepcode, and everything > else. Things change quickly. But agree- I used to work somewhere that h

[Rails] Re: New in town

2012-10-05 Thread Richard McKenna
st&q=rob+connery#d82de35d30d07d47 > > > On Oct 4, 4:52 pm, Richard McKenna wrote: > > Hi all, > > > > I'm just stepping into the what seems the wonderful world of Ruby/Rails > and > > was just looking for some recommendations for reading materials, >

[Rails] New in town

2012-10-05 Thread Richard McKenna
total a total newcomer just never used Ruby before. Thanks, Richard -- 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 e

[Rails] Ajax Partials not refreshing | How to start downloaded code

2012-06-24 Thread richard reyes
when I ran "rails server" inside the server folder here's what I get: einstein:depot_l richard$ rails server /Users/richard/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.4/lib/bundler/resolver.rb:287:in `resolve': Could not find gem 'rails (= 3.2.0) ruby'

Re: [Rails] Couldn't reload a module when it's changed. Tried :require_dependency, :watchable_dirs, :unloadable

2012-06-07 Thread Richard Ma
roups > "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. > For more options, visit this group at > http://groups.google

Re: [Rails] how to clean a string from non-html sequences ?

2012-06-07 Thread Richard Ma
legroups.com. > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/rubyonrails-talk?hl=en. > > -- Best Regards. Richard Ma My Blog: www.richardma.org -- Yo

Re: [Rails] How can I develop on localhost

2012-06-06 Thread Richard Ma
calhost:3000 -- Best Regards. Richard Ma My Blog: www.richardma.org -- 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 emai

[Rails] Re: Re: Re: Re: Biometric Device Installation

2012-06-06 Thread Richard Campbell
rohini kambde wrote in post #1063383: > Thank you very much for your information..i will follow this procedure > first , and if i still get any doubts i will contact you ..Thanks for > your > support and help. no problem. -- Posted via http://www.ruby-forum.com/. -- You received this message

[Rails] Re: Re: Re: Biometric Device Installation

2012-06-06 Thread Richard Campbell
rohini kambde wrote in post #1063329: > may i know what is that software to be installed..? it's called biowedge. it requires a morpho scanner to work and won't run at all without a the morpho scanner. they sell the software and scanner together. a couple minutes to install, fairly straightforwa

[Rails] Re: Re: Biometric Device Installation

2012-06-06 Thread Richard Campbell
rohini kambde wrote in post #1063187: > If possible could you please let me know how did you implement this > ..?i > too want to integrate this feature into my app. Rohini, Actually, since it is keyboard wedge you don't have to do any integration, that's the best part. Install the software, plug

[Rails] Re: Re: Biometric Device Installation

2012-06-05 Thread Richard Campbell
honey jadala wrote in post #1063142: > i have implemented biometric device to project fedena but i have used a > small app which will collect the punch-in from device and will push to > the > server. Yes you can attach biometric device for student and employee > attendance. but for students it will

[Rails] Re: Biometric Device Installation

2012-06-04 Thread Richard Campbell
ashutosh verma wrote in post #1062681: > I am using Project fedena for School > Management > software a ROR application. i want to attach a biometric device for > students & employee attendance , any one can suggest me how i can do it. You can use a keyboard wedge appl

[Rails] Re: Create a Blog post

2012-02-04 Thread Richard l.
apologies for the ancient font tags, but every one has to start somewhere -- Posted via http://www.ruby-forum.com/. -- 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] Re: Create a Blog post

2012-02-04 Thread Richard l.
hi, this is what i have now done, dont know why i didnt think if this earlier. However i now have the following issue. im my private_pages controller i have def news @post = Post.find(params[:id]) respond_to do |format| format.html # show.html.erb format.json { render json

[Rails] Create a Blog post

2012-02-04 Thread Richard l.
Hi I want my admin user to create news posts that are the viewed on the public News page. I was thinking that this could be achieved by having the admin user create "Blogs", but i only want the admin user to create these. Any ideas on how this can be achieved? -- Posted via http://www.ruby-forum

[Rails] Re: Updating a page via a form

2012-02-04 Thread Richard l.
thanks for the info!! -- Posted via http://www.ruby-forum.com/. -- 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 rubyo

[Rails] Re: Updating a page via a form

2012-02-01 Thread Richard l.
what difference does the -- make? -- Posted via http://www.ruby-forum.com/. -- 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 ema

[Rails] Re: Updating a page via a form

2012-02-01 Thread Richard l.
basically im trying to intergrate refinerycms into my current app -- Posted via http://www.ruby-forum.com/. -- 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 unsub

[Rails] Re: Updating a page via a form

2012-02-01 Thread Richard l.
i have rvm installed already, to give you an idea in my current app i write rvm use default 1.9.2 before i start the app ( ie cd myapp ). As my current app is using rails V 3.1.1 will this effect installing refinerycms? -- Posted via http://www.ruby-forum.com/. -- You received this message b

[Rails] Re: Updating a page via a form

2012-02-01 Thread Richard l.
Hi thanks for the replies, i am working through tutorials on a daily basis so hopefully it will all become second nature after a while.. i have looked at refinery and it looks amazing, though i have tried to setup but i need rails 3.0? I have rails 3.1.1 installed. is there any way around this

[Rails] Re: Updating a page via a form

2012-02-01 Thread Richard l.
Hi I was hoping someone could put me in the right direction or help with this query. I have created an admin user via Devise, I can log in fine and direct to the correct page. What i would like to do is have an admin dashboard on that page where the administrator can perform functions such as

[Rails] Updating a page via a form

2012-02-01 Thread Richard l.
Hi I was hoping someone could put me in the right direction or help with this query. I have created an admin user via Devise, I can log in fine and direct to the correct page. What i would like to do is have an admin dashboard on that page where the administrator can perform functions such as upda

[Rails] Stack overflow

2011-12-05 Thread Richard Lung
Hi guys, I want to implement small-scale Stack overflow. any idea for reference or API I should use? 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 unsub

Re: [Rails] Re: image in header

2011-11-18 Thread Richard Lung
what I usually do is put the images in public/images/blablabla.jpg then just do background-image: url(/images/RRB_header.jpg); because I think when u do / <- this directly points to public so if u do /assets/images/bla2.jpg means /public/assets/images/bla2.jpg i might be wrong though. On Fri,

Re: [Rails] image in header

2011-11-18 Thread Richard Lung
> try url(/images/RRB_header.jpg); Sent from my iPhone On Nov 18, 2011, at 3:16 PM, David Burton wrote: > I'm just getting started and have a simple question. > > I want to put a .jpg in my page header. > I put the following in the CSS: > background-image: url(assets/images/RRB_header.jpg); >

Re: [Rails] Administrating MacOS with a ruby

2011-11-02 Thread Richard Holmes
On Nov 2, 2011, at 6:54 AM, Rajinder Yadav wrote: > Hi I am looking for the equivalent of the Win32 ruby gems for MacOS, is there something like this, or would I need to just do system calls from Ruby. > > Thanks! Not sure what the Win32 ruby gems do, but I know the latest version of the Macintosh

[Rails] Rails 2.x testing (needs authentication and coordination with other server)...

2011-11-02 Thread Richard Holmes
Hello, all! I've been a subscriber for a bit, but now I have a question for those more knowledgeable than I. Background: I've inherited a Rails 2.3.x app, and have had some issues installing the right versions of rspec / rubygems / etc. to find compatible versions, but I pretty much have disc

[Rails] Rails 3.1 and oracle

2011-11-02 Thread Richard Palackas
problem: anytime I access the oracle database and bring an active record object from that database into memory it gives me "ArgumentError (wrong number of arguments (3 for 2)):" and it lists this line as the problem: "items = EinsteinItem.all(:conditions => ["rec_key = ?", rec_key.rec_key])" detai

[Rails] MYSQL and 3.1 hogging cpu

2011-10-21 Thread Richard Palackas
Is anyone else experiencing very long very high amounts of cpu usage by their mysql daemon that can last for a minute or more when a page is going to load with an error? I'm even getting these on pages with only one or two simple find statements. Might be worth noting that I only have the mysql gem

[Rails] how to link to the folder in public folder

2011-10-14 Thread Richard Lung
Hi guys, I'm trying to make a folder in the public and I wanna link to the folder. I can't figure out how to do it. also how does it know when we do like <%= stylesheet_link_tag >, it will point to the stylesheet folder inside the public folder? any help will be appreciated, TIA. -- You receive

[Rails] How to include the JavaScript source in RoR

2011-10-05 Thread Richard Lung
also, how about a href and img src? Thanks in Advance, Richard -- 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

[Rails] How to include the JavaScript source in RoR

2011-10-05 Thread Richard Lung
also, how about a href and img src? Thanks in Advance, Richard -- 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

[Rails] Im New, help appreciated

2011-09-26 Thread richard lewis
Hi All I thought i would join this forum as a way to get to grips with ROR ( which i know will take a while)Ive been following some small tutorials on-line, which are ok but don't really go into much detail. im looking for lists of commands and what they do and some commands for setting up a mysql

Re: [Rails] Rails 3 Success and Never giving up

2011-08-23 Thread Richard Holmes
Congrats! An uplifting tale. -R Sent from my iPhone On Aug 22, 2011, at 10:26 PM, Alpha Blue wrote: > Hi All, > > It's been a little more than 2 years since I first started working with > Ruby on Rails. At that time, I was out of work and looking to get > involved with development rather

Re: [Rails] Re: Best way to create an endless Background job?

2011-08-17 Thread Richard Holmes
On Aug 16, 2011, at 10:00 AM, Jim Ruther Nill wrote: > > > On Tue, Aug 16, 2011 at 9:04 PM, Genji wrote: > Thank you for the answers. > > Using a scheduler or a external cron service still means to use a > worker, right? > But would the "js - way" need a worker for that task? (js means java

Re: [Rails] Apache + Passenger on OSX

2011-05-13 Thread Richard Holmes
Silly question - have you checked permissions on ALL dirs in the path, including /Users and your home? - Richard Sent from my iPhone On May 12, 2011, at 3:12 PM, TomRossi7 wrote: > I'm trying to get Passenger working on a fresh install of OSX Snow > Leopard and can't

[Rails] Controller best practices

2011-05-10 Thread richard s.
I'm frequently building controllers where i would like multiple methods (in addition to index, edit, show, etc.). Most of the time the actions i desire could be lumped into show as they are simple GET operations, however I don't want to put too much logic in any one controller action. Here is a qu

Re: [Rails] Re: persistence by reachability

2011-01-16 Thread Richard Ramsden
Hey Vogon, You should check out the autosave feature in ActiveRecord. I think this is what you're looking for :) http://api.rubyonrails.org/classes/ActiveRecord/AutosaveAssociation.html Cheers, Richard On Sun, Jan 16, 2011 at 11:08 AM, Frederick Cheung < frederick.che...@gmail.co

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

2010-12-29 Thread Richard Myers
our problem, list it here, because others may be interested later. > cheers, > Zoli > > On dec. 29, 12:48, Frederick Cheung > wrote: > > > > > 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 &g

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

2010-12-28 Thread Richard Myers
didnt seem to resolve anything. another problem may be that i dont think sqlite3 was updated for PPC machines, but again, this was working before, so i am perplexed. On Dec 28, 3:29 pm, Peter Vandenabeele wrote: > Frederick Cheung wrote in post #971035: > > > On Dec 28, 1:24am, Richard

[Rails] sqlite3 Failed to build gem native extension

2010-12-28 Thread Richard Myers
hello all, this is driving me crazy, and i have tried everything and looked everywhere and i cannot resolve this problem. when i do bundle install in a rails app, i get an error "Failed to build gem native extension" during sqlite3. i have included the entire error below. i have rails 3.0.3, ruby

[Rails] Implementing Facebook's new Registration Tool

2010-12-19 Thread Richard Burton
So Facebook have just updated their login/connect product with this: http://developers.facebook.com/docs/user_registration I was wondering if anyone had taken the opportunity to play around with it and, if so, whether they'd be happy to help a nuby implement this as the only signup form for a sit

[Rails] Re: How old are you?

2010-10-12 Thread Richard Burton
pepe wrote in post #949294: > Didn't you used to go out with that lady...? What's her name...? Oh > yes! Elizabeth Taylor? I don't think you're 21! I'm working on finding a chick with that name :) -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed

[Rails] How old are you?

2010-10-11 Thread Richard Burton
Just curious how old we all are? Not that it really matters but I was just wondering. To get the ball rolling, I'm 21. -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send

[Rails] Re: RoR with Existing tables in database using Postgresql

2010-09-03 Thread Richard Henwood
15 tables > in my database which developed in postgresql. Advance thanx to my > friends of RoR-Talk. -- Hi Palani, you might find this helpful: http://www.theirishpenguin.com/2009/11/26/generate-rails-migrations-from- your-postgresql-or-mysql-database/ richard, -- You received this mes

[Rails] 3 Month (initially) Contract Ruby Developer role - Full time office based - London - Market Rates

2010-06-29 Thread Richard Marshall
Hi All Looking for a solid Ruby developer who is looking for contract work in London. working for a fantastic online client. Please contact me for this great position. • Ruby on Rails 2.3+ web application development • Familiar with HTML/CSS • Object Orientated programming skills •

[Rails] JOBS - Ruby Developer

2010-06-28 Thread Richard Marshall
Hi All Looking for a solid Ruby developer who is looking for contract work in London. working for a fantastic online client. Please contact me for this great position. • Ruby on Rails 2.3+ web application development • Familiar with HTML/CSS • Object Orientated programming skil

[Rails] Re: basic email

2010-02-15 Thread Richard Schneeman
rom'someone' recipients mail[:recipient].email bodymail end end Then you can send your email by calling CraigMailer.deliver_message(mail) which will send your email provided you have smtp settings setup in your production.rb file. -- Richard Schneeman http

[Rails] Re: List associations in a particular model or object

2010-01-25 Thread Richard
Thanks Matt, That is exactly what I was looking for Many thanks Richard On Jan 25, 5:13 pm, "Matt W." wrote: > Hey Richard - If you check out reflect_on_all_associations in the > rails API you'll see a number of methods that may help you. > > Matt Willhite >

[Rails] List associations in a particular model or object

2010-01-24 Thread Richard
Hi, Just a quick question is it possible to list the associations of a particular model or object Many thanks Richard -- 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 rub

[Rails] Re: mangling search terms

2009-12-11 Thread Richard Boulton
s_xapian wasn't doing this. -- Richard -- 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 rubyonrails-ta

[Rails] Re: A possible bug in in i18n - how can I check if this is a bug and submit it

2009-12-08 Thread Richard
Thanks Fred for shining some light on that! I will just go along with the fix however odd it is.. Cheers Richard On Dec 6, 7:46 pm, Frederick Cheung wrote: > On Dec 5, 1:31 pm, Richard wrote: > > > > > Whilst trying to localize the date/time tag 2009-12-01 21:49:59 +0900

[Rails] A possible bug in in i18n - how can I check if this is a bug and submit it

2009-12-05 Thread Richard
ded a dummy 0 month item in my localization file and it worked... Is this a bug? Please let me know... Cheers Richard -- 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...@go

[Rails] Re: Admin/pages/1 No action responded to 1

2009-11-19 Thread Richard
t;"admin/pages"} PUT/admin/pages/:id(.:format) {:action=>"update", :controller=>"admin/pages"} DELETE /admin/pages/:id(.:format) {:action=>"destroy", :controller=>"admin/pages"} -e

[Rails] Creating a factory or fixture with id = 0

2009-11-19 Thread Richard
ave a record that needs an id of 0 I originally had the table as an array (from a legacy php app) which is why the id of 1 exists.. I know it isn't good. Cheers Richard -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post

[Rails] Re: spec testing controllers

2009-10-07 Thread Richard Schneeman
Thanks for the reply James! These certainly look promising and merit digging into further. Looks like others have the same idea, but there is no cohesive standard/incredibly-stable&proven way to do this. -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~

[Rails] spec testing controllers

2009-10-04 Thread Richard Schneeman
I just started using rspec and mocha to test all of my controllers. Before I was using factory girl to test do my testing, but all those database hits really take a long time. However i'm finding i'm spending way more time writing stubs and mocks to satisfy my controllers than I am actually writin

[Rails] Re: Rails server on linux

2009-09-29 Thread richard
Have running on Ubuntu 9.04, Rails 2.3.3, ruby 1.9.1p243. Only problem is I cannot get mongrel web server to run on 1.9.1p243. Also running on Debian, with ruby 1.8.6 Rails 2.3.4 Cheers > > Hi, > > I am trying to decide which Linux OS to use to implement rails server. > I don't know if Debian

[Rails] Re: I'm restarting to work with ruby on rails, but having configurations problems

2009-09-26 Thread Richard Navarrete
mmand. Depending on how old the code is, you might create a whole new rails app, then copy your code to it or replace config files with the new ones and create any missing folders. Lots of folks went through this upgrading to 2.3 or 2.3.2... google it a bit. Richard Try the first link, you might read

[Rails] Re: customize active record attribute display name in error message

2009-09-25 Thread Richard Navarrete
sg => "Message"} def self.human_attribute_name(attribute) HUMANIZED_COLUMNS[attribute.to_sym] || super end end HTH, Richard On Fri, Sep 25, 2009 at 4:49 PM, drewB wrote: > > Is there an easy way to customize the display name of the attributed > used in a validation err

[Rails] Re: Routes and urls: www.example.com

2009-09-21 Thread Richard Schneeman
That Worked!! Now it looks even better than it did before, I can go to /widget/show/www.example.com without that nasty ?url= . Good Work!! I also have to admit that i should have RTFM http://guides.rubyonrails.org/routing.html mentions this technique, apparently its called Route Globbing and n

[Rails] Routes and urls: www.example.com

2009-09-19 Thread Richard Schneeman
I'm building an application that stores links, but i've run into a problem with routing. If my routes.rb looks like this: map.widget '/widget/show/:url', :controller => "widget", :action => "show" then when i go to /widget/show/www.example.com then i get an error. If i change the route to:

[Rails] Re: Simple picture form element

2009-09-01 Thread Richard Schneeman
incipal is the similar for rails. if anyone has any better ideas, or any different approaches, i'm interested to hear. Even if you have a crazy javascript heavy solution, at this point and time, i just want to know what my options are. -- Richard Schneeman http:/www.thinkbohemian.com B

[Rails] Simple picture form element

2009-09-01 Thread Richard Schneeman
I need to make a form where a user clicks on one of two pictures to select which option they want. After they click the picture, the background or possibly border of the image should change depending on the picture clicked. And i need to when they submit the form, i need to know which one they pic

[Rails] Re: OS X rails path problem

2009-07-28 Thread Richard Schneeman
You were right it was the /usr/bin in front and the '/usr/local/lib/ruby/gems/1.8' that was screwing everything up http://pastie.org/562566d Everything works again, thanks! Besides the 'profile', 'bashrc', and 'bash_profile' are there any other common locations where the PATH variable would b

[Rails] Re: OS X rails path problem

2009-07-27 Thread Richard Schneeman
System information here: http://pastie.org/561126 -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ 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 rubyonrai

[Rails] OS X rails path problem

2009-07-27 Thread Richard Schneeman
I have had rails up and running for about 2 years now, but while troubleshooting an arduino problem, I inadvertently changed something related to my path variable that caused scrip/server to no longer run, after a reinstalling the basics... ruby-gems, etc... everything seemed to run smoothly but n

[Rails] Re: Help kill ghost request

2009-07-06 Thread Richard Schneeman
Thanks for this info hassan "OS X/FF3.0.11" i tried it in safari, it worked great...i tried checked my version of firefox its 3.0.11, and i'm running OS X...so what could be different??? I realized that i have YSlow set to autorun, when i turned that off and visited my previous posted link it

  1   2   3   >