Displaying 4 results from an estimated 4 matches for "dereklin".
Did you mean:
dereklist
2012 Sep 10
4
Object Efficiency
So I am using rufus-scheduler to call a controller which in turn calls an
email receiver to check emails...
In my controller, I have an instance method called checkEmail
In my rufus config file, I have to call MyController.new.checkEmail. Now I
set it to run every 5 minutes. So the system creates a new MyController
instance every 5 minutes. That''s very inefficient right?
I guess
2012 Sep 04
11
I wanna make a new rails community :)
Hi everyone! I''m a newbie engineer.
I started rails programming, but I''m learning alone and can''t understand
other rails cord so much.
So I wanna have friend with other newbie rails engineers and share a
process of making apps.
It is not for sharing the "result" of programming like Github, but for
recording the almost all of process of making one app.
2012 Oct 06
2
Rails API Doc for Mail::Message?
Hi,
I am very new to Rails. I am trying to delete an email that I have
retrieved from a pop3 account. I googled around but couldn''t find any
thing on that topic. I couldn''t find any API Doc either. What do I need
to do to delete an email?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this
2012 Sep 09
5
Rails Syntax Change
I am a newbie. Looking at some old text vs new. I see some changes:
New: <%= yield(:title) %>
Old: <%= @title %>
New: "#{base_title} | Home"
Old: @base_title + "| Home"
Can you tell me when they got changed? Are the new syntax now the
preferred way? Are they more elegant?
Thanks!
--
You received this message because you are subscribed to the Google