TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Rails deployment missing piece, filled in

41 pointsby koopsover 16 years ago

7 comments

stephenjudkinsover 16 years ago
Why not just use cron for this? Yes, the syntax for this does look a lot cleaner, but cron really isn't that hard to use. Why add another layer of complexity (which may break and be difficult to debug) when you could simply add lines to a crontab?<p>Bonus feature: "USING THE "—write-crontab" OPTION WILL COMPLETELY OVERWRITE ANY EXISTING CRONTAB ENTRIES!"<p>Wow. I like Ruby but many in the community's obsession with reinventing the wheel (with slightly more syntactic sugar and a hip github page) is pretty difficult for me to understand.
评论 #496234 未加载
评论 #496298 未加载
评论 #496685 未加载
tjoginover 16 years ago
Very good addition to Rails, truly a missing piece as putting stuff in cronjobs spreads the logic of the app around. This makes it more readable as well.
评论 #496153 未加载
fizxover 16 years ago
Lol, I wrote "RailsCron" in 2005-2006. Funny to see how the ruby community iterates.
Hexstreamover 16 years ago
Cool. I'm in support of any syntax front-end that brings us closer to a future where everyone uses s-expressions for everything. ;P<p>(it's not s-expressions, but it's a step in the right direction)
juliend2over 16 years ago
nice, but is it possible to use it somewhere else than Rails, like say, Merb or Sinatra?
评论 #496291 未加载
评论 #496470 未加载
sunkencityover 16 years ago
just bite the bullet and learn to use crontab ffs.<p>nice sugar though...
acangianoover 16 years ago
Nice, but does it work on Windows?
评论 #496491 未加载