Dedicated Server

[image] javan (Javan Makhmali)

You’re not logged in!
Name
Javan Makhmali
Website/Blog
Company
37signals
Location
Ann Arbor, MI
Member Since
Apr 05, 2008

Following 25 coders and watching 111 repositories view all →

[image] [image] [image] [image] [image] [image] [image] [image] [image] [image] [image] [image] [image]

Public Repositories (15)

JavaScript 1 4

backpack-journal

Forked from bricooke/backpack-journal

OS X Dashboard widget to post status and new journal entries to Backpack.

Last updated January 06, 2012

legend
Ruby 2,361 174

whenever

Cron jobs in Ruby

Last updated December 23, 2011

legend
Ruby 1 175

linkedin

Forked from pengwynn/linkedin

Ruby wrapper for the LinkedIn API

Last updated October 20, 2011

legend
JavaScript 56 4

jbar

A jQuery enhanced toolbar menu.

Last updated September 11, 2011

legend
Ruby 1 1

copy-demo

Demo of the Copy CMS

Last updated June 21, 2011

legend
Ruby 32 3

copy

Sinatra-based CMS

Last updated June 21, 2011

legend

github_textmate_theme

Forked from sbecker/github_textmate_theme

Github Theme for Textmate

Last updated June 11, 2011

legend
Ruby 1 122

tolk

Forked from dhh/tolk

Tolk is a web interface for doing i18n translations packaged as an engine for Rails 2.3 applications

Last updated May 10, 2011

legend
Ruby 1 9

cached_externals

Forked from 37signals/cached_externals

Symlink to external dependencies, rather than bloating your repositories with them

Last updated May 10, 2011

legend
JavaScript 3 2

rreset_sinatra

http://rreset.com

Last updated December 27, 2010

legend
JavaScript 5 143

tipsy

Forked from jaz303/tipsy

Facebook-style tooltips plugin for jQuery

Last updated November 30, 2010

legend
Ruby 7 1

rreset

Rails app built on the Flickr API to display Flickr photosets in a customizable photoblog-like

Last updated November 28, 2010

legend

ops-theme

A one page site (OPS) theme for tumblr

Last updated November 22, 2010

legend

javan.github.com

Last updated November 08, 2010

legend
Ruby 2 8

rails-i18n-translation-inheritance-helper

Forked from kipcole9/rails-i18n-translation-inheritance-helper

If I18n.translate() fails in a locale, try a broader one. ie. If it fails in en-UK, try in 'en',...

Last updated April 06, 2010

legend

Public Activity feed

javan commented on pull request 213 on javan/whenever February 14, 2012
[image]

Is this backwards compatible? Did deploy:create_symlink replace deploy:symlink or is it aliased somehow? I wonder if there's a better task to run a…

javan started watching tommoor/tinycon February 07, 2012
[image]
tinycon's description:
A small library for manipulating the favicon, in particular adding alert bubbles and changing images.
javan closed issue 212 on javan/whenever January 31, 2012
[image]
Setting crontab for another user
javan commented on issue 212 on javan/whenever January 31, 2012
[image]

Cool, you're welcome.

javan commented on issue 212 on javan/whenever January 31, 2012
[image]

You can't do this per-task, but you can globally with the command: whenever --user apache

javan commented on issue 186 on javan/whenever January 25, 2012
[image]

Nice judo. ;) I hadn't made the connection with rbenv before, but that makes a lot of sense. Have you upgraded to rbenv 0.3.0? I believe it fixes t…

javan commented on issue 210 on javan/whenever January 15, 2012
[image]

Probably a @github issue. Works fine here. $ git clone git://github.com/javan/whenever.git Cloning into whenever... remote: Counting objects: 1301, …

javan closed issue 210 on javan/whenever January 15, 2012
[image]
Connection problems fetching whenever through git protocol
javan commented on issue 209 on javan/whenever January 12, 2012
[image]

Just add :output to your job. job_type :massage, "massage :task :output"

javan closed issue 209 on javan/whenever January 12, 2012
[image]
when defining a new job type, whenever drops output options
javan commented on issue 29 on tapajos/highrise January 10, 2012
[image]

Sorry, by "our API" I mean the Highrise API.

javan commented on issue 29 on tapajos/highrise January 10, 2012
[image]

Can you paste the full request this generates? It appears to be an issue with this library, and not our API. I just did a test using curl and it wo…

javan created gist: 1586541 January 10, 2012
[image]
Campfire Emoji
javan closed pull request 208 on javan/whenever January 08, 2012
[image]
Make default job types redirect any output from the 'cd' command to /dev/null
javan commented on pull request 208 on javan/whenever January 08, 2012
[image]

I don't think it should be Whenever's responsibility to clean up after RVM's obtrusive "wrapping" of cd. Is there an option to turn this off in RVM…

[image]
Remove double slash from URL.
1 commit with 2 additions and 2 deletions
javan pushed to patch-1 at javan/backpack-journal January 06, 2012
[image]
0705304
Remove double slash from URL.
javan forked bricooke/backpack-journal January 06, 2012
[image]
Forked repository is at javan/backpack-journal
javan commented on issue 207 on javan/whenever January 05, 2012
[image]

You can edit the job template: set :job_template, "/usr/local/bin/bash -l -c ':job'"

javan closed issue 205 on javan/whenever January 04, 2012
[image]
Had to override :runner job_type to work on Ubuntu
javan commented on issue 205 on javan/whenever January 04, 2012
[image]

I've added -i (4b98f06) and then removed it (6305ab0) because it caused problems for a number of people. Can't win 'em all.

javan commented on issue 206 on javan/whenever December 29, 2011
[image]

Cool. Would you mind trying just rails? i.e. job_type :runner, "cd :path && rails runner -e :environment ':task' :output" - I think that may work w…

javan commented on issue 205 on javan/whenever December 28, 2011
[image]

cding into a dir is suppose to invoke rvm (it overrides your cd command). Perhaps this is an rvm issue?

javan commented on pull request 199 on javan/whenever December 24, 2011
[image]

This is released in 0.7.2, thanks again.

javan created tag v0.7.2 at javan/whenever December 23, 2011
[image]
javan pushed to master at javan/whenever December 23, 2011
[image]
6f99128
Whenever 0.7.2
javan closed issue 203 on javan/whenever December 23, 2011
[image]
Don't use current_path fot the whenever:clear_crontab rake task
javan commented on pull request 204 on javan/whenever December 23, 2011
[image]

thank you

javan pushed to master at javan/whenever December 23, 2011
[image]
[image] 2893d74
Merge pull request #204 from elucid/cap-fix
[image] 1299d01
fix clear_crontab task so it will work both standalone and during deploy
View comparison for these 2 commits »
javan merged pull request 204 on javan/whenever December 23, 2011
[image]
fix clear_crontab task so it will work both standalone and during deploy
1 commit with 1 addition and 1 deletion

Keyboard Shortcuts (see all)

Site wide shortcuts

s
Focus site search
?
Bring up this help dialog

Commit list

j
Move selection down
k
Move selection up
c or o or enter
Open commit
y
Expand URL to its canonical form

Pull request list

j
Move selection down
k
Move selection up
o or enter
Open issue

Issues

j
Move selection down
k
Move selection up
x
Toggle selection
o or enter
Open issue
I
Mark selection as read
U
Mark selection as unread
e
Close selection
y
Remove selection from view
c
Create issue
l
Create label
i
Back to inbox
u
Back to issues
/
Focus issues search

Issues Dashboard

j
Move selection down
k
Move selection up
o or enter
Open issue

Network Graph

↠or h
Scroll left
→ or l
Scroll right
↑ or k
Scroll up
↓ or j
Scroll down
t
Toggle visibility of head labels
shift ↠or shift h
Scroll all the way left
shift → or shift l
Scroll all the way right
shift ↑ or shift k
Scroll all the way up
shift ↓ or shift j
Scroll all the way down

Source Code Browsing

t
Activates the file finder
l
Jump to line
w
Switch branch/tag
y
Expand URL to its canonical form

Markdown Cheat Sheet

Format Text

Headers

# This is an <h1> tag
## This is an <h2> tag
###### This is an <h6> tag

Text styles

*This text will be italic*
_This will also be italic_
**This text will be bold**
__This will also be bold__

*You **can** combine them*

Lists

Unordered

* Item 1
* Item 2
  * Item 2a
  * Item 2b

Ordered

1. Item 1
2. Item 2
3. Item 3
   * Item 3a
   * Item 3b

Miscellaneous

Images

![GitHub Logo](/images/logo.png)
Format: ![Alt Text](url)

Links

http://github.com - automatic!
[GitHub](http://github.com)

Blockquotes

As Kanye West said:

> We're living the future so
> the present is our past.

Code Examples in Markdown

Syntax highlighting with GFM

```javascript
function fancyAlert(arg) {
  if(arg) {
    $.facebox({div:'#foo'})
  }
}
```

Or, indent your code 4 spaces

Here is a Python code example
without syntax highlighting:

    def foo:
      if not bar:
        return true

Inline code for comments

I think you should use an
`<addr>` element here instead.

Something went wrong with that request. Please try again. Dismiss


You are viewing a mobilized version of this site...
View original page here

Mobilized by Mowser Mowser