[Rails] Read receipt status with bulk emails

2010-06-19 Thread Technova Lead
Hi Guys, I am sending bulk email in my ror app with Gmail SMTP connection using Action Mailer. I want to get it's read receipt or email bounce status. Is there any way to get email sent status? Is it possible with ROR application or we have to use any third party tool? I am using rails2.3.5

[Rails] Set server-side environment variables in integration testing

2010-06-19 Thread ranchlan
My Rails application uses the SERVER_NAME environment variable to decide how to display some of the web pages. I want to do integration testing with this application but I do not see how to force the request object's environment variable SERVER_NAME to a particular value. I would like to do

Re: [Rails] Re: Covert HTML to PDF

2010-06-19 Thread Philipe Casarotte
http://thinkrelevance.com/blog/2010/06/15/rethinking-pdf-creation-in-ruby.html On Fri, Jun 18, 2010 at 12:19 PM, Rails Learner li...@ruby-forum.comwrote: Hi Everybody, I am using wicked_pdf plugin and having a hard time to get it working. On windows XP, I get the error fork() function is

Re: [Rails] Modelling a parent-child relationship

2010-06-19 Thread Don Pinkster
Interesting to read: http://guides.rails.info/association_basics.html#self-joins Op 18 jun 2010, om 19:53 heeft Michael Satterwhite het volgende geschreven: I've been googling this for the last day, and right now all I've got is a headache. There are several articles on this - but they are not

[Rails] Re: Need Full-time Senior Ruby Dev with CSS/Jquery skills etc

2010-06-19 Thread Nidhi
Hey Amala, You are right to some extent. But I strongly feel that knowing a language with CSS and HTML is not wrong and its not the pressure. A web developer should know all the things related to web development. Anf if anyone has knowledge of both front-end and functionality part then its really

[Rails] Hi

2010-06-19 Thread Nidhi Sinha
Hello, Can anybody guide me how to upload RoR project on server? I have my domain name register on cPanel. Thanks Regards, Nidhi -- 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

[Rails] Rails3 sqlserver

2010-06-19 Thread Excelan
As soon as gem activerecord-sqlserver-adapter isn't maintaned yet to work with Rails3 is there any other way to connect ActiveRecord to SQLServer? -- 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

[Rails] Tibco Software - Career Opportunity - UI Opportunity

2010-06-19 Thread Lisa
Hi, My company Tibco Software, located in Palo Alto, has UI Architect position available. Can I post this with your organization? Lisa Greenawalt Recruiter Tibco Software 650-846-8763 -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To

[Rails] Is validates_presence_of() deprecated in Rails 3?

2010-06-19 Thread Vikrant Chaudhary
Just wondering if validates_presence_of() has been deprecated in favour of validates(:name, :presence = true) or we can prefer to use any? Asking so, since NetBeans 6.9 shows a deprecation warning, however I can not find any such deprecation message in documentations/code of Rails 3.0.0.beta4 and

Re: [Rails] Is validates_presence_of() deprecated in Rails 3?

2010-06-19 Thread Conrad Taylor
On Sat, Jun 19, 2010 at 12:51 AM, Vikrant Chaudhary nas...@gmail.comwrote: Just wondering if validates_presence_of() has been deprecated in favour of validates(:name, :presence = true) or we can prefer to use any? Asking so, since NetBeans 6.9 shows a deprecation warning, however I can not

[Rails] Re:help for act as commentable

2010-06-19 Thread Nisha Nisha
Hi,, I am facing problem during act as commentable plugin. i had follwed these two links http://juixe.com/techknow/index.php/2006/06/18/acts-as-commentable-plugin/ http://juixe.com/techknow/index.php/2006/07/09/comments-on-acts-as-commentable/ error undefined method order in

[Rails] whether scaffolding can be used with cassandra database

2010-06-19 Thread raghujoshi
hi I am using cassandra gem 0.8.2 and activerecord-cassandra-adapter by winebarrel. The database does not support migration. So, things like scaffolding can be used with Ruby on Rails? Pls do the needful -- View this message in context:

Re: [Rails] Hi

2010-06-19 Thread shyam mohan
Hi nidhi if u only want to upload ur app at server u can use scp comman like scp shyam_local_app_path/rorapp/ sh...@domain.com: shyam_server_app_path/rorapp/ this will ask ur password... on enter the password ... this will start copying of your app to server. -Shyam On Sat, Jun 19,

[Rails] Re: Install Plugins into vendor/plugins

2010-06-19 Thread Fernando Perez
How do I install them in the app/vendor/plugins? thanks What I do is use git to manually clone the repo into vendor/plugins, so that it's much easier to update with $ git pull -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google

[Rails] re:Help needed act as commentable plugin urgent

2010-06-19 Thread samprose test
Hi,, I am facing problem during act as commentable plugin. i had follwed these two links http://juixe.com/techknow/index.php/2006/06/18/acts-as-commentable-plugin/ http://juixe.com/techknow/index.php/2006/07/09/comments-on-acts-as-commentable/ error undefined method order in

Re: [Rails] Re: Install Plugins into vendor/plugins

2010-06-19 Thread kannav rajeev
Download Code from Github put the extracted Code into vender/plugin and move foreword Or install Git and leran how to use it. On Sat, Jun 19, 2010 at 2:28 PM, Fernando Perez li...@ruby-forum.comwrote: How do I install them in the app/vendor/plugins? thanks What I do is use git to

[Rails] Re: Install Plugins into vendor/plugins

2010-06-19 Thread Marnen Laibow-Koser
Fernando Perez wrote: How do I install them in the app/vendor/plugins? thanks What I do is use git to manually clone the repo into vendor/plugins, so that it's much easier to update with $ git pull Er, that's also what script plugin/install does. There's no benefit to doing it your

[Rails] Re: Tibco Software - Career Opportunity - UI Opportunity

2010-06-19 Thread Marnen Laibow-Koser
Lisa wrote: Hi, My company Tibco Software, located in Palo Alto, has UI Architect position available. Can I post this with your organization? 1. This is a loosely organized mailing list, not an organization. 2. This is the Ruby on Rails mailing list. Does this position have any relevance

[Rails] Ruby CAS Server on Heroku

2010-06-19 Thread Ahmed Abdelsalam
Hi, I'm implementing a single sign-on solution based on rubycas-server and rubycas-client plugins. I'm also deploying a demo for my application on heroku. Is it possible to deploy the CAS server on Heroku and connect my application (which is also on heroku) with such CAS server? Ahmed --

[Rails] Webrick will not start on OSX 10.6.4. Snow Leopard

2010-06-19 Thread rhand-on-ruby
I cannot get Rails to play nice with my MacPorts installed MySQL5: $ script/server = Booting WEBrick = Rails 2.3.8 application starting on http://0.0.0.0:3000 /opt/local/lib/ruby/1.8/yaml.rb:133:in `load': syntax error on line 24, col 2: ` socket: /opt/local/var/run/mysql5/ mysqld.sock'

[Rails] How to Print Rails Source

2010-06-19 Thread Matt Di Pasquale
Hi all, Inspired by Mike Schwab, I'd like to read the Rails 3 source code on printed paper (and preferably in color). For example, xv6 (http://pdos.csail.mit.edu/6.828/2009/xv6-book/index.html) did a nice job printing their code ( http://pdos.csail.mit.edu/6.828/2009/src/xv6.pdf). It even has

[Rails] Re: Webrick will not start on OSX 10.6.4. Snow Leopard

2010-06-19 Thread Frederick Cheung
On Jun 19, 1:29 pm, rhand-on-ruby jasperfru...@gmail.com wrote: I cannot get Rails to play nice with my MacPorts installed MySQL5: $ script/server = Booting WEBrick = Rails 2.3.8 application starting onhttp://0.0.0.0:3000 /opt/local/lib/ruby/1.8/yaml.rb:133:in `load': syntax error on line

Re: [Rails] How to Print Rails Source

2010-06-19 Thread Joe Developer
Yes, lets use more paper. That is a fantastic Idea! The color thing just makes it even better. How about using the blood of oil covered pelicans for red and the skin of dolphins for blue? Can't quite think of anything for green, but who needs that anyway. On Sat, Jun 19, 2010 at 8:41 PM, Matt Di

[Rails] Storing html form tags in the database

2010-06-19 Thread John Merlino
Hey all, I would like to capture all the typical form elements that a user is authorized to change, such as input type text, radio, check and textarea,etc - all of these html elements - and actually capture in the database by index. When current_user modifies these values, if he/she is

[Rails] Re: Rails 3 constraints, named routes and form_tag

2010-06-19 Thread Alan McCann
OK - at least I have a workaround removing the constraints allows link_to, etc to work. However, I have to deal with checking for properly formatted URL's in the controller. Alan On Jun 18, 2:24 pm, Alan McCann alanmcc...@gmail.com wrote: I have the following URL I match to show a subset

[Rails] Re: Using MacPorts To Install Ruby 1.9.1 and Rails 2.3.0 RC1

2010-06-19 Thread Fernando Perez
Google brought me here. 2) Install Ruby 1.9.1, SQLite3, and Mysql 5 Ports sudo port install ruby19 +nosuffix sudo port mysql5 +server sudo port sqlite3 Note: The above ruby19 install generates the required executables without the extension. I installed ruby 1.9.1

[Rails] Re: Install Plugins into vendor/plugins

2010-06-19 Thread Fernando Perez
Er, that's also what script plugin/install does. There's no benefit to doing it your way, Really? I thought it didn't used to. Anyway I have just moved away from plugins and now install them as gems (if available). Cheers, -- Posted via http://www.ruby-forum.com/. -- You received this

[Rails] Re: Storing html form tags in the database

2010-06-19 Thread Marnen Laibow-Koser
John Merlino wrote: Hey all, I would like to capture all the typical form elements that a user is authorized to change, such as input type text, radio, check and textarea,etc - all of these html elements - and actually capture in the database by index. When current_user modifies these

[Rails] Re: Ruby CAS Server on Heroku

2010-06-19 Thread Marnen Laibow-Koser
Ahmed Abdelsalam wrote: Hi, I'm implementing a single sign-on solution based on rubycas-server and rubycas-client plugins. I'm also deploying a demo for my application on heroku. Is it possible to deploy the CAS server on Heroku and connect my application (which is also on heroku) with

[Rails] Re: Storing html form tags in the database

2010-06-19 Thread John Merlino
Marnen Laibow-Koser wrote: John Merlino wrote: Hey all, I would like to capture all the typical form elements that a user is authorized to change, such as input type text, radio, check and textarea,etc - all of these html elements - and actually capture in the database by index. When

[Rails] Re: How to Print Rails Source

2010-06-19 Thread Fernando Perez
red and the skin of dolphins for blue? Can't quite think of anything for green, but who needs that anyway. Green mamba snakes are almost exterminated, so let's finish them off! -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google

[Rails] Re: Storing html form tags in the database

2010-06-19 Thread Marnen Laibow-Koser
John Merlino wrote: [...] For example, when a user tries to edit a form element, such as a text input field, I want to capture who did in order to determine whether they are privileged to do it and if they are, when they make the change, I want to capture their user id and time in which it

[Rails] Re: Rails application generator fails after installing version 3.beta4

2010-06-19 Thread Kevin Mcfadden
I just fixed this problem. I had ruby 1.9.2 preview 1, removed it, and installed preview 3. Everything worked fine afterward. -- 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

[Rails] Re: Why do rails calls a method when I'm calling a property?

2010-06-19 Thread Omar Renteria
But it exists...in deed when I try the same param in rails console the object is found. Taywin wrote: If you look at the error undefined method `name' for nil:NilClass, it tells you that the error is from attempting to call a method 'name' from nil (NULL) object. I believe Rails would

Re: [Rails] Re: Re: Mac and Rails

2010-06-19 Thread Walter McGinnis
On Sat, Jun 19, 2010 at 4:26 AM, Marnen Laibow-Koser li...@ruby-forum.com wrote: Fernando Perez wrote: P.S. +1 to whoever mentioned Homebrew. Finally an alternative to macports that I can be happy with. self = macports hater Really, what's the deal about macports? I find it works quite well.

[Rails] gitignore

2010-06-19 Thread giorgio
I have just started using rad rails again after a long stint on netbeans. It seems to generate loads of files like: app/views/group/.tmp_group_summary.rhtml.99932 I want to make git ignore all these .tmp files but my entries in gitignore have so far been of no avail. Anybody give me a