id | 1 Oct 2010 18:46
Picon

File - Peraturan Milis ID Ruby.pdf


File        : Peraturan Milis ID Ruby.pdf 
Description : Peraturan Milis ID Ruby. latest update : Oct 2009. 

------------------------------------

ID-Ruby
Berdiskusi dan belajar bersama Bahasa Pemrograman Ruby, termasuk segala varian Ruby (JRuby, Rubinius,
IronRuby, XRuby), dan program yang dibuat dengan Ruby (Ruby on Rails, JRuby on Rails, Merb)

<*> Follow Ruby Indonesia on Twitter
    http://twitter.com/rubyindonesia

<*> Kunjungi Situs Resmi Ruby Indonesia
    http://www.ruby-lang.org/id/

<*> Join Ruby Indonesia on Facebook
    http://rubyurl.com/QV48

<*> Join Ruby Indonesia on LinkedIn
    http://rubyurl.com/eh0i

<*> Kunjungi *arsip milis* id-ruby di
    http://groups.yahoo.com/group/id-ruby/messages
    http://www.mail-archive.com/id-ruby-hHKSG33TihhbjbujkaE4pw <at> public.gmane.org/
    http://rubyurl.com/Q8DD
    http://news.gmane.org/gmane.comp.lang.ruby.region.indonesia

<*> Baca peraturan id-ruby sebelum posting
    http://rubyurl.com/gay1
(Continue reading)

Aditya Agustyana | 5 Oct 2010 04:41
Picon
Gravatar

cara start unicorn di rails 3

dear rubyist

sy coba pake unicorn di rails 3, coba seperti ini malah error

$ rails s unicorn
Exiting
/opt/local/lib/ruby/gems/1.8/gems/rack-1.2.1/lib/rack/handler.rb:21:in
`const_get': wrong constant name unicorn (NameError)
	from /opt/local/lib/ruby/gems/1.8/gems/rack-1.2.1/lib/rack/handler.rb:21:in
`get'
	from /opt/local/lib/ruby/gems/1.8/gems/rack-1.2.1/lib/rack/server.rb:217:in
`server'
	from /opt/local/lib/ruby/gems/1.8/gems/railties-3.0.0/lib/rails/commands/server.rb:54:in
`start'
	from /opt/local/lib/ruby/gems/1.8/gems/railties-3.0.0/lib/rails/commands.rb:30
	from /opt/local/lib/ruby/gems/1.8/gems/railties-3.0.0/lib/rails/commands.rb:27:in
`tap'
	from /opt/local/lib/ruby/gems/1.8/gems/railties-3.0.0/lib/rails/commands.rb:27
	from script/rails:6:in `require'
	from script/rails:6

padahal unicornnya udah di-include  di Gemfile, udah coba googling gak
nemu solusinya (mungkin sy salah pilih keyword)

ini gmn yah solusinya, adakah yg tau ?, makasih sebelumnya

salam,
Aditya
--

-- 
blog : http://adityakircon.blogsome.com
(Continue reading)

kunto aji | 5 Oct 2010 05:24
Picon
Favicon

Bls: cara start unicorn di rails 3

kalo pake rails, di dalam directory app_root nya jalanin perintah 
"unicorn_rails" aja mas, kalau aplikasi non rails jalanin perintah "unicorn" 
aja.

 --
Cheers,

Ajijay

________________________________
Dari: Aditya Agustyana <aditya.jamop@...>
Kepada: id-ruby <id-ruby@...>
Terkirim: Sel, 5 Oktober, 2010 09:41:12
Judul: [id-ruby] cara start unicorn di rails 3

   
dear rubyist

sy coba pake unicorn di rails 3, coba seperti ini malah error

$ rails s unicorn
Exiting
/opt/local/lib/ruby/gems/1.8/gems/rack-1.2.1/lib/rack/handler.rb:21:in
`const_get': wrong constant name unicorn (NameError)
from /opt/local/lib/ruby/gems/1.8/gems/rack-1.2.1/lib/rack/handler.rb:21:in
`get'
from /opt/local/lib/ruby/gems/1.8/gems/rack-1.2.1/lib/rack/server.rb:217:in
`server'
from 
/opt/local/lib/ruby/gems/1.8/gems/railties-3.0.0/lib/rails/commands/server.rb:54:in
(Continue reading)

Achmad Gozali | 5 Oct 2010 08:30
Picon
Gravatar

Re: cara start unicorn di rails 3

OOT ada yang dateng ke Google DevFest nggak nih? kopdar di sono yuk

On Tue, Oct 5, 2010 at 10:24 AM, kunto aji <aji_okay@...> wrote:

>
>
> kalo pake rails, di dalam directory app_root nya jalanin perintah
> "unicorn_rails" aja mas, kalau aplikasi non rails jalanin perintah
> "unicorn"
> aja.
>
> --
> Cheers,
>
> Ajijay
>
> ________________________________
> Dari: Aditya Agustyana <aditya.jamop@... <aditya.jamop%40gmail.com>>
> Kepada: id-ruby <id-ruby@... <id-ruby%40yahoogroups.com>>
> Terkirim: Sel, 5 Oktober, 2010 09:41:12
> Judul: [id-ruby] cara start unicorn di rails 3
>
>
> dear rubyist
>
> sy coba pake unicorn di rails 3, coba seperti ini malah error
>
> $ rails s unicorn
> Exiting
> /opt/local/lib/ruby/gems/1.8/gems/rack-1.2.1/lib/rack/handler.rb:21:in
(Continue reading)

Nugroho Herucahyono | 5 Oct 2010 09:07

Re: cara start unicorn di rails 3

karena rails 3 adalah rack app juga (ada file config.ru nya), jalaninnya
cukup "unicorn" aja.

On Tue, Oct 5, 2010 at 10:24 AM, kunto aji <aji_okay@...> wrote:

>
>
> kalo pake rails, di dalam directory app_root nya jalanin perintah
> "unicorn_rails" aja mas, kalau aplikasi non rails jalanin perintah
> "unicorn"
> aja.
>
> --
> Cheers,
>
> Ajijay
>
> ________________________________
> Dari: Aditya Agustyana <aditya.jamop@... <aditya.jamop%40gmail.com>>
> Kepada: id-ruby <id-ruby@... <id-ruby%40yahoogroups.com>>
> Terkirim: Sel, 5 Oktober, 2010 09:41:12
> Judul: [id-ruby] cara start unicorn di rails 3
>
>
> dear rubyist
>
> sy coba pake unicorn di rails 3, coba seperti ini malah error
>
> $ rails s unicorn
> Exiting
(Continue reading)

kunto aji | 5 Oct 2010 19:28
Picon
Favicon

Bls: cara start unicorn di rails 3

kalau saya gak dateng mas, lagi gak bisa soalnya...

 --
Cheers,

Ajijay

________________________________
Dari: Achmad Gozali <gozali@...>
Kepada: id-ruby@...
Terkirim: Sel, 5 Oktober, 2010 13:30:46
Judul: Re: [id-ruby] cara start unicorn di rails 3

OOT ada yang dateng ke Google DevFest nggak nih? kopdar di sono yuk

On Tue, Oct 5, 2010 at 10:24 AM, kunto aji <aji_okay@...> wrote:

>
>
> kalo pake rails, di dalam directory app_root nya jalanin perintah
> "unicorn_rails" aja mas, kalau aplikasi non rails jalanin perintah
> "unicorn"
> aja.
>
> --
> Cheers,
>
> Ajijay
>
> ________________________________
(Continue reading)

Achmad Gozali | 15 Oct 2010 16:56
Picon
Gravatar

Jakarta.rb Anyone?

Ini Email dari Yannick Wurm (http://yannick.poulet.org), dia ngirim ke email
kantor jadi nggak bisa forward ke sini :)
Mas Yannick ini Postdoctoral Research Assistant di Universitas Laussane,
Swiss akan tinggal di Indonesia satu sampai 2 tahun ke depan untuk
penelitian

-------

Hello Achmad,

I'm a bioruby user & just arrived in Jakarta. I'd be happy to join the next
jakarta meet (my bahasa indonesia... still has a lot of potential!!- but
code is the same in all languages :))

I found the http://jakartarb.blogdetik.com/ site - but is there a mailing
list for meeting announcements? When is the next one?

Terimah kasih & kind regards,

Yannick

--------

meneruskan diskusi sebelumnya tentang meetup, bagaimana kalo tanggal 30
Oktober atau 31 Oktober buat meetup + saya udah minta om Yannick ini
presentasi mengenai BioRuby & BioInformatics secara umum, ditambah
presentasi dari Rafeequl & Kunto Aji udah lengkap deh kayaknya, waktu dan
tempat kemungkinan di kantor detikcom

---
(Continue reading)

Achmad Gozali | 18 Oct 2010 10:07
Picon
Gravatar

Undangan Jakarta.rb Meetup

Dear Rubyist di Jakarta dan sekitarnya,

I would like to invite you all to Jakarta Ruby Meetup

Speaker?
Dr. Yannick Wurm -- Laussane University (http://yannick.poulet.org)
BioInformatics Researcher, BioRuby user

When?
Sunday, October 31st, 2010

Where?
Gedung Aldevco Octagon (Lantai 2),
Jalan Warung Jati Barat Raya No. 75,
Jakarta Selatan
maps => http://de.tk/LIxqo

Please complete this form : http://de.tk/iG9e3

buat hitung2an free drink & lunch saja, dateng langsung boleh

----
Gozali
http://bintangjatuh.com

[Non-text portions of this message have been removed]

------------------------------------

ID-Ruby
(Continue reading)

bubbl3dee | 13 Oct 2010 18:41
Picon

[Vacancy] Lowongan Web Developer Ruby on Rails

PT Beabeo is a new growing web startup set to build next generation 
social platform. We are looking for talented individuals to join our 
team and grow together as a company. We offer competitive salary (IDR 5 -7 million) with 
great opportunities to grow and learn about the industry. This is an 
ideal time to join early. 
Our office is located around SCBD, Sudirman. 

Web Developer 
Requirements: 
General Requirements: 
- Male / Female max. 35 years old 
- Self motivated and detail oriented 
- Ability to quickly learn and implement unfamiliar technologies 
- Up-to-date with the latest industry tech 
- Excellent written and verbal communicator 
Technical Requirements 
- 3-5 year experience with open source experience in developing web 
applications with Ruby on Rails
- Has experience developing and delivering a large web application 
through its lifecycle of versions 1, 2 and beyond 
- Has extensive knowledge of LAMP based development 
- Familiarity with Subversion or Git or Mercurial 
- Strong understanding of basic web skills (D/HTML, CSS and Javascript/ 
Jquery) 
- Comprehensive experience working with MySQL and UNIX/Linux 
- Experience working with Web Services (REST) in a highly 
scalable, highly available environment 
- Working knowledge of Web servers (Apache, NginX) 
- Working knowledge of relational databases (primarily MySQL) 
To apply, send your cv/resume + photograph to pangestu@...
(Continue reading)

kunto aji | 18 Oct 2010 11:38
Picon
Favicon

Bls: Undangan Jakarta.rb Meetup

oh, hari minggu mas? kirain hari sabtu seperti biasa.
jam brapa mas acaranya ini?

 --
Cheers,

Ajijay

________________________________
Dari: Achmad Gozali <gozali@...>
Kepada: id-ruby <id-ruby@...>
Terkirim: Sen, 18 Oktober, 2010 15:07:23
Judul: [id-ruby] Undangan Jakarta.rb Meetup

  
Dear Rubyist di Jakarta dan sekitarnya,

I would like to invite you all to Jakarta Ruby Meetup

Speaker?
Dr. Yannick Wurm -- Laussane University (http://yannick.poulet.org)
BioInformatics Researcher, BioRuby user

When?
Sunday, October 31st, 2010

Where?
Gedung Aldevco Octagon (Lantai 2),
Jalan Warung Jati Barat Raya No. 75,
Jakarta Selatan
(Continue reading)


Gmane