Displaying 6 results from an estimated 6 matches for "borisova".
Did you mean:
borisov
2012 Jul 06
2
ActionMailer::Base.deliveries returns array with duplicated elements in production env
Hello, I am testing for email sending from my app and I have a scenario
that passes in test env but not in production. When I make dump of
ActionMailer::Base.deliveries I saw that it returns array with duplicated
elements in production env but not in test env. I am using sqlite3 for test
env and mysql for production. Also I use delayed_job. Does anyone had the
same issue? Thanks in advance :)
2012 Jul 08
2
How to add a content to an email created with ActionMailer. mail(..,:body) and do |format| either
Hello, I am using ActionMailer and rails 3.0.9 and I want to add a content
to an email that the user has entered but when I write:
mail(...,:body=>"Something") I can''t send the email. I tried mail(....) do
|format|
2012 Feb 29
2
Fetch Facebook fanpage in rails
Hi,
I am newbie to rails , I need access facebook page information like wall,
subscription,picture etc.
I have apps in rails 3, it has list of artist users he upload songs,
videos within my application, when the public (No Need to Login) can hear
the list of songs,videos. i decide to fetch the facebook/twitter basic
fanpage information and shown to the public in the popups.
i
2012 Jun 27
0
config.cache_classes true or false in test environment?
Hello, since two days I have problem with a scenario that started to fails
with the error that there is a missing link. I narrowed the problem to
config/environments/test.rb and config.cache_classes and I change the
value now the scenario is passing with config.cache_classes = true. Here is
my full test.rb:
RbpCm::Application.configure do
config.action_mailer.default_url_options = { :host
2012 Jul 11
0
:bcc works in development but not in production
I can send emails in development and production but :bcc only works in
development. I am with rails 3.0.9 and ruby 1.9.2 and I use
delayed_job3.0.pre. Can someone help me? Thanks in advance :)
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To view this discussion on the web visit
2012 Dec 04
0
Empty test suite is run after every rake task
When I run rake db:migrate or rake -T I get these lines at the end:
Finished in 0.000276 seconds.
0 tests, 0 assertions, 0 failures, 0 errors
My Gemfile is:
source ''http://rubygems.org''
gem ''rack''
gem ''rails'', ''3.0.9''
gem "acl9", ''0.12.0''
gem "fastercsv"#, :version =>