similar to: Rails 2.0 ActionMailer breaks my redmine render_message

Displaying 20 results from an estimated 1100 matches similar to: "Rails 2.0 ActionMailer breaks my redmine render_message"

2011 May 20
5
views w locale default template
[RAILS3] I hesitate on how handling the locale view templates to default to one language only .. sending admin emails will go only to one locale ''en_GB'' should I set it up into the template name and set I18n.locale to ''en_GB'' membership_renew.en_GB.html.erb OR whatever locale is used , if I have : membership_renew.html it will be the default ? --
2009 Oct 28
2
How to send a html email with attachment
Hi guys: I wanna send a html format email with a attachment. What I do is like: model: def weekly_report address = WeeklyReportEmail.find_all_by_validate(true).collect(&:address).to_sentence(:last_word_connector => '','', :two_words_connector => '','') @recipients = address @from = "Chronos weekly report
2007 Aug 30
8
experimental rails story adapter in trunk
For those of you interested in getting a jump on learning about and using the new Story Runner in a Rails app, I''ve added an experimental Rails-Story adapter to trunk. You can see how to use it here: http://pastie.caboo.se/92320 This is PURELY EXPERIMENTAL, however it actually works and will likely not change much in the way that it does work. Happy hacking! David
2007 Feb 16
4
Auto detect URL for ActionMailer?
Hi, how can I call the url in an actionMailer definition - so that it automatically detects what the rails application server is and puts it in the url that is mailed to the client? (I don''t want to have to change it every time the hostname is changed - I''d like the application to auto detect what the host is - whether it''s localhost:3000 or my own website... example:
2009 Mar 08
5
error : Redmine
Hello, Iam getting the following error whem adding new task in redmine -- Internal error An error occurred on the page you were trying to access. If you continue to experience problems please contact your redMine administrator for assistance. Please advise. Thanks in advance. Regards, Gokul -- Posted via http://www.ruby-forum.com/.
2008 Mar 31
0
Action Mailer Problem with salted hash login generator
Hi! Guys I am using the salted hash login generator for login purpose. Now, I am working in friendship. When I want to request someone for friendship request via the action mailer I get following error: ===================================== Due to changes in ActionMailer, you need to provide the mailer_name along with the template name. render "user_mailer/signup" render :file
2009 Mar 12
2
Redmine: 500 Internal Server Error Content-Type: text/html
Hello! I have a such problem in my redmine app, like "Redmine: 500 Internal Server Error Content-Type: text/html " error, from time to time, and there is no periodicly matches. Versions: Rails - 2.2.2 Ruby - 1.8.5 Thx, for you answers. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2011 Mar 11
2
Problem with Redmine
I am having a problem getting Redmine to run with Oracle (11.2) backend. I get this error (below) because Oracle table names are limited to 30 characters. Does anyone around here know of a fix or workaround? I''m wondering if I can simple change the table name, or if that will break the application. When doing a db migrate to an Oracle db this creates the error below. I''m so
2012 Oct 04
2
redmine verification emails not working?
been waiting (and checking spam filters) on 2 accounts i''ve tried to create in redmine for opening an issue, but yet to see any verification emails. thought I''d give you guys the heads up as I''m sure the dev''s don''t register accounts too often! just eager to open the 3.0 environment issue I''m seeing. Thanks! -- Matthew Nicholson -- You
2010 Feb 23
1
Redmine and hoptoad notifier
Hi, Has anyone ever managed to make the hoptoad notifier work with Redmine? I always get time outs when posting an issue to the redmine server... Cheers, -- 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
2009 Aug 28
4
Redmine not mailing puppet-bugs?
It looks like mail is no longer making it the Redmine The most recently puppet-bugs entry for #2511 is from August 24th: http://groups.google.com/group/puppet-bugs/browse_thread/thread/756618094cd4f29e/c9258938336dab7e?lnk=gst&q=2511#c9258938336dab7e But the most recent update to the ticket was about a day ago: http://projects.reductivelabs.com/issues/2511
2013 Dec 16
1
[Redmine] Hide subprojects in welcome page
Dear all, I''m using redmine and in welcome page, it displays all projects and subprojects. I want to hide all subprojects and display parent projects only. Please help me! -- 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
2005 Nov 17
7
render :partial in mail template
Hi, Is it possible to render a partial template from within a mail template? I get the following error undefined method `controller_path'' for SupportMailer:Class Extracted source (around line #8): 5: 6: <%= @url %> 7: 8: <%= render_partial ''sig_admin'' %> Jeroen
2009 Nov 21
3
Using mongrel_rails: Can't install Redmine as win2003 service
Hello everyone. After stugging 3+ hours installing redmine I got success but still can''t install redmine as service (windows 2003). So here is my problem. I successfully installed redmine and mapped it to mysql, created database and initialized it with default values. Last thing I''m trying to do is to install it as service on windows 2003, and for this I''m running in
2012 Apr 19
1
[Job Offer] Redmine dev for 4 month contract in Toronto, immediately
Hello All: I''m looking for a Redmine developer for a minimum 4-month contract with a major Canadian company in the Mississauga (Airport) area. The job is to design a new project management web portal for both internal teams and external vendors. The current portal is written in JEE on Tomcat with SOPHIA connecting to a MySQL backend. Must Have Competency: - RoR development
2006 Jun 28
2
Nouvelle Appli Rails (made in france ?) redMine
Salut, http://rubyforge.org/projects/redmine/ redMine is a project management web application: issues tracking, news, documents and files management. Written using Ruby on Rails framework Complet, Joli! et code tr?s propre, merci ? Jean-Phillipe Lang. Et en particulier pour son helper pour faire des tris dans des affichages pagin?s. J''en abandonnerai presque Mantis..
2011 Aug 17
1
Redmine and Forge outages
Hey folks, Due to continuing problems with our datacenter, we''re moving some infrastructure this evening. During this period, both Redmine (https://projects.puppetlabs.com/) and the Forge (http://forge.puppetlabs.com) will be unavailable. Sorry about the short notice of this, and the outage earlier too [1]. If you have any issues in a couple of hours once it''s all back up,
2006 Feb 06
6
ActionMailer - ROR Recipes - Multipart/alternative
I am using the SaltedHashLoginGenerator. and would like to send the e-mail in multipart/alternative format. By default my application is using forgot_password_en.rhtml template. I read in the ROR Recipes book "ActionMailer sees these templates, recognizes the pattern in their file names, and automatically sets the MIME type of the message to multipart/alternative and adds
2007 Dec 20
4
Ruby on Rails mailer
Today I made a first attempt to make use of ruby mailer. A volunteer fills out a form and the information is then sent to an administrator. I generated a mailer called notifier and added the following: class Notifier < ActionMailer::Base def volunteer_signup(volunteer, sent_at = Time.now) @subject = ''A new volunteer has signed up'' @body = { :title =>
2007 Mar 30
7
problem with using any_instance
Hey all, I have a question with using mocha in my tests. In the same test file, I have two tests, <code> def test_a klass.any_instance.stubs(:method_name).returns("something") klass.new.method_name ... end def test_b ... klass.new.method_name ... end </code> where klass is some class when the tests run, test _a passes, but test_b had an error like this: