Public Gists by jaigouk

Gravatar
Thu Nov 05 18:07:32 -0800 2009
1
2
3
I installed merb 1.1 and merb-admin 0.6.3. And then I generated testing app.
In this clean app, I followed merb-admin installation instruction.
 
Gravatar
Fri Oct 16 12:19:41 -0700 2009
1
2
3
/*
 * AppController.j
 * test
Gravatar
Tue Oct 13 09:43:45 -0700 2009

      
Gravatar
Tue Oct 13 09:43:40 -0700 2009

      
Gravatar
Mon Oct 12 17:01:19 -0700 2009
1
2
3
//
// FileUpload.j
// Editor
Gravatar
Mon Oct 12 16:56:40 -0700 2009

      
Gravatar
Fri Oct 09 08:19:17 -0700 2009
1
2
3
/*
 * CPNavigationBar.j
 * AppKit
Gravatar
Fri Oct 09 08:19:03 -0700 2009

      
Gravatar
Fri Oct 09 08:18:24 -0700 2009
1
2
3
@implementation CPTextView : CPView
{
    DOMElement FIXME_textArea;
Gravatar
Fri Oct 09 08:08:14 -0700 2009
1
2
3
/*
 * AppController.j
 * textfield
Gravatar
Wed Oct 07 01:18:58 -0700 2009
1
2
3
I've installed objective-j gem from 1.7.1 Tools.
And then tried to install edge version of cappuccino.
 
Gravatar
Tue Sep 29 11:32:43 -0700 2009
1
2
3
do_sqlite3 --version 0.10.0 --source edge.merbivore.com --source gems.rubyforge.org
do_postgres --version 0.10.0 --source edge.merbivore.com --source gems.rubyforge.org
dm-core --version 0.10.0 --source edge.merbivore.com --source gems.rubyforge.org
Gravatar
Sat Feb 21 06:09:07 -0800 2009
1
2
3
# Why build a site? Why do your customers care?
 
The core purpose of a website is to help your customers answer the questions necessary to do business with you.
Gravatar
Thu Feb 19 04:42:01 -0800 2009
1
2
3
Feature: Login # features/authentication/login.feature
  To ensure the safety of the application
  A regular user of the system
Gravatar
Thu Feb 19 02:34:49 -0800 2009
1
2
3
#features/steps/users_steps.rb:
 
Given "I'm a logged in member" do
Gravatar
Thu Feb 19 01:46:10 -0800 2009
1
2
3
module BuilderStepHelpers
 
  def create_model(model_name, attributes={})
Gravatar
Wed Feb 11 17:02:28 -0800 2009
1
2
3
#=============== features/admin/role.feature =======================
 
Feature: admin/role
Gravatar
Fri Feb 06 04:43:22 -0800 2009
1
2
3
$ cucumber --language ru help
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': no such file to load -- builder (LoadError)
from /usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `polyglot_original_require'
Gravatar
Fri Jan 30 18:28:31 -0800 2009
1
2
3
===========================
1. To get the latest contents, I pull english branch.
 
Gravatar
Sat Jan 24 03:25:25 -0800 2009
1
2
3
...
require 'memcache'
require 'rufus/scheduler'