Displaying 15 results from an estimated 15 matches for "lgu22q".
Did you mean:
jgu222
2011 Mar 15
10
Set bounce address with ActionMailer::ARMailer
Hi all. I send out mails using ActionMailer::ARMailer, via an exim
mailserver. Is there some header/field that i can set so that the reply
field is (eg) webmaster-jMbK1v/RW1uaMJb+Lgu22Q@public.gmane.org but bounced (ie undeliverable)
mails get sent back to (eg) noreply-jMbK1v/RW1uaMJb+Lgu22Q@public.gmane.org?
thanks, max
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group....
2011 Feb 19
11
Completely broken rails install on OSX
Hi
I am new to rails and I was trying to get version 2.1.1 installed so
that I could run lovdbyless and play with Rails to see what it was
like. When trying to install lovdbyless I kept getting problems when
running "rake" so I looked around for an answer and did what the
forums said, and then i''d get another error and i''d go through the
same process. Now I am getting
2007 Jul 09
1
Now I am dragging and dropping - how do I add things up?
Not the best at javascript/ajax/making coffee as google has been my
teacher, but I am constructing a ''wedding calculator''
http://www.blakelands.co.uk/Cart
to calculate a price based on the items dragged into the ''shopping
cart''.
How would I assign numeric values to these products (without the use
of mysql) and have it dynamically adding up in the last box?
2013 Oct 24
1
Geo-replication: queue delete commands and process after a specified time
Hello list,
I'm toying with the idea of using Gluster as a user facing network share,
and geo-replicating the data for backup purposes.
At a bare minimum I'd like geo-replicate to not sync file deletions
immediately to the slave, but instead queue those deletions for a
configurable period of time (say 7 days).
As an added bonus, moving a file would actually leave a copy behind with a
2009 Feb 26
1
Line breaks removed from ActionMailer template
I''ve been googling and searching this list for about an hour now, and
maybe I''m just not thinking of the common nomenclature for what to be
looking for, but I can''t find jack.
Here''s the deal: I''ve got an application coded correctly, sending the
mail out, and the template is structured correctly (method_name.erb is
the filename) with LF line breaks
2006 Jul 17
5
Functional Tests misbehaving with Globalize
Howdy all
Apologies to the folks subscribed to the globalize list for dual
posting this message...
I''ve got a project running globalize and rails 1.1.4, and I''ve only
recently adopted a strong love for testing. Now my models are 100%
tested (I must note that I do not make use of any translations in the
database yet), and I''ve now started with functional tests before
2005 Aug 08
68
Pluralized Controller Names?
If I do:
script/generate controller Photo
I get a controller named photo_controller. OTOH, if I do:
script/generate scaffold Photo
I get a controller named photos_controller. (Note that the controller
name is pluralized).
I realize that I''m specifying the controller name explicitly in the
first case, but it seems
odd to me that the scaffold command generates a pluralized
2009 Apr 27
5
ruby jasper report
Hi,
I am trying to create a pdf using ruby jasper.
For this I am referring this url:-
http://oldwiki.rubyonrails.org/rails/pages/howtointegratejasperreports
I have done everything whatever is in that link.
Still I am not able to get the pdf. I am not getting any error in log
file. My log file is:-
"Processing AccountController#customer_report (for 127.0.0.1 at
2009-04-27 13:19:34) [GET]
2005 Dec 15
1
Ruby Hash wierdness
Hi
I''m having problems with using a hash. I put in a class and when I
retrieve it, it''s automagically become a string
ie
<%= button_link _("Export CSV"),
SearchParams.get_url_hash({ :action => :export_csv, :klass =>
Customer }, params, @search_fields) %>
Customer is a class that is available to my view
def export_csv
klass =
2007 Mar 12
0
Looking for lead front-end developer with experience in Prototype and Scriptaculous
Hello All,
We are a fun, innovative software company just outside of Boston
looking for a bright, passionate font-end web developer (either full
time or contractor) to join our team and lead the User Interface
development for our flag ship product, CommonSpot Content Server.
We''re in the midst of redesigning and building a new, interactive AJAX
based interface for our next major release
2005 Oct 26
1
acts_as_tree parent id problem
Hi all,
I have a simple Category model which acts_as_tree.
In the form partial, I use a select form helper to display all the
categories so that the user can choose a parent category. This works
fine, but when I submit the form, I get an AssociationTypeMismatch
It seems that the parent id that I pass back into the controller is
being treated as a String, rather than finding the appropriate
2009 May 15
0
Help with Jasper reports(Jasper Server) integration
Hi,
I''ve installed the soap4r & jasperserver-client gems and setup a
Jasper Server. I''ve also added a sample working report to the
repository that I''m trying to run from Rails. I''m getting the
following error when trying to connect to Jasper Server via Rails:
uninitialized constant ReportsController::JasperServer
Can someone help me with this?
2005 Dec 07
3
ActiveRecord::Observer problem
Hi all,
I have a problem with an observer. I have a simple observer...
class ActivityObserver < ActiveRecord::Observer
observe Customer
def after_create(model)
bind_params(model)
@al.action = "create"
@al.save
logger "#{model.id} : created"
end
private
def bind_params(model)
@al = ActivityLog.new
@al.user_id = User.current.id
2007 May 06
2
InPlaceRichEditor V 1.1.1 released
Hi all,
Just few days after the version 1.1 released I may like to announce
the release of the version 1.1.1 fixing a bug when loading external
text (Thanks to Robert Muzslai).
I''ve also added to the website a version feed to keep looking at the
new release easier.
http://inplacericheditor.box.re
Have fun ;-)
--
Sébastien Grosjean - ZenCocoon
2005 Aug 04
1
SwitchTower CVS support
I did an svn up this morning and discovered this whole new bundle of code!
Lookingn through it it looks cool, but there''s no CVS support for an SCM
- I''d have thought this would be more widely used than darcs. Looking
at the code for subversion.rb and I thought it''d be possible to add a
new scm - CVS.
I''m running into 3 problems:
1- I''m still