#!/usr/bin/env perl use Mojolicious::Lite; get '/' => sub { my $self = shift; $self->render('index'); }; app->start; __DATA__ @@ index.html.ep % layout 'default'; % title 'Welcome'; Welcome to the Mojolicious real-time web framework! @@ layou... 続きを読む
右脳系が強くて、ビジュアルとかが綺麗で良いなあと思います。 良い意味でゆるくて、いつまでもバカやってて欲しい!と思って応援してます! 続きを読む
Hello, I am running a Rails 3.1 App on a Apache/Passenger environment using Resque. My Problem is that i have access to my server over ssh and when i start the worker with rake resque:work QUEUE='*' everything works fine but if i close the ss... 続きを読む
I believe the problem is that the latest version of the Resque gem Rubygems is 1.19.0, which was released Sept 2 2011, and the daemonize branch was merged in on Sept 22 2011. Is there any chance a new version of the gem could be released in t... 続きを読む
A few things to test: can you try disabling the firewall any seeing if that works? enable web sharing and test localhost/ (make sure it works in a browser first) If neither of those work can you open a terminal and $ sudo opensnoop then run t... 続きを読む
サイバーエージェント 公式エンジニアブログ プリンキピア サイバーエージェント~日常と非日常の境~ プロフィール プロフィール|ピグの部屋 なう|ポケット ニックネーム:VAX 性別:男性 誕生日:1978年1月1日 0時頃 ブログジャンル:エンジニア メッセージ... 続きを読む
平成24年1月31日(火)の夜、ある決裁を手に取りました。区内の高校生K君からの要望でした。 高校生からって珍しいな、と思いながら中を読みました。 彼は、中学生の時重病になって長期入院したとのこと。私はよく知らなかったのですが、大きな病院などで学齢... 続きを読む
README.mdHeroku buildpack: Perl This is a Heroku buildpack that runs any PSGI based web applications using Starman. Usage Example usage: $ ls Makefile.PL app.psgi lib/ $ heroku create --stack cedar --buildpack http://github.com/miyagawa/herok... 続きを読む
書かれなかったもの プログラマへの誤解 | pineapple blog プログラムを書かない人がプログラムを読んだときにする良くある間違いは,ああこんなプログラムなら自分にも書けそうだと思うことだ.プログラムは何百万とある可能性からたったひとつ(は言い過ぎに... 続きを読む
CoffeeScript is Afrikaans Javascript February 7th, 2012 § 3 Comments A while ago I met a few Afrikaans speaking people, and found out that (being Dutch) I was able to understand them pretty well, despite the fact they were speaking Afrikaans.... 続きを読む
1. Keep your source code at your server! Your own lite app for projects/repositories hosting on your server. Fast, secure and stable solution based on ruby on rails. 2. Use Git! We use git as version control system for projects 3. Browse sour... 続きを読む
When someone says, 'I want a programming language in which I need only say what I want done,' give him a lollipop. Alan Perlis Hello ladies and gentlemen! I'm happy to announce my 3rd e-book called "Perl One-Liners Explained." This book is ba... 続きを読む
We need your help! Travis CI has run 406,714 tests for 5,442 open-source projects to date, including Ruby, Rails, Rubinius, Rubygems, Bundler, Leiningen, Parrot, Symfony, ... If you use any of these then you benefit from Travis CI. Please don... 続きを読む
REST と Web API って相性あんまりよくないんじゃないかとおもいました。 続きを読む
Pragmatic Rest — Presentation Transcript Colorado Software Summit: October 19 – 24, 2008 © Copyright 2008, Yahoo! Inc. Pragmatic REST Building RESTful Web APIs Subbu Allamaraju Yahoo! Inc || http://subbu.org Subbu Allamaraju – Pragmatic RE... 続きを読む