- Email from your tabular data (Excel, CSV, TSV, etc.)
- Using Gmail SMTP (you don't worry whether your server is in spam blacklists)
- Customizable mail template, no Ads
2011年8月14日日曜日
Sending Emails from CSV/TSV Formatted Data through Gmail SMTP by Ruby
A Japanese version of this document is in TechRacho.
I want to send e-mails to my students from my Excel-formatted list. I don't have any SMTP servers so that I use Gmail SMTP.
The advantage of this program is:
2011年8月4日木曜日
[Eclipse]: Autocomplete Feature Shows only "No Default Proposals" on Eclipse
A Japanese version of this document is in TechRacho.
I got new MacBookAir (Mid 2011, Lion) and build my development environment from scratch.
When I installed Eclipse 3.7.0 + ADT, the code assist feature (autocomplete) does not work. It shows only "No Default Proposals" and no any other nominations available.
I solved this problem. This may not be ADT dependent, it may apply to all other Eclipse-based IDE.
I solved this problem. This may not be ADT dependent, it may apply to all other Eclipse-based IDE.
2011年7月15日金曜日
2011年7月12日火曜日
[Rails]: Generate Complex OR Query on Rails 3 with Arel
On the Rails 3, ActiveRecord generate QSL through DSL "Arel".
There are many simple query sample codes are available, but complex one is a little.
This post shows how to generate complex "OR" query.
2011年6月28日火曜日
[Rails]: Generate Ajax remote link for Rails 3 + will_paginate 3.0.pre2
The will_paginate 3.0.pre2 Gem does not support remote tag (like :remote => true).
You need to create custom renderer but currently available posts do not work well.
I have solved this problem.
You need to create custom renderer but currently available posts do not work well.
- Rails3 and will_paginate, Doing easy remote links – Rails3 Tricks #02
- Roll your own pagination links with will_paginate
I have solved this problem.
登録:
投稿 (Atom)
