16 search resultsShowing 1~16 results

Stocked
gouf

@gouf

form.ajaxSubmit() でアップロード

概要 form.ajaxSubmit() で画面遷移なしにアップロード ファイル選択をすると即アップロード アップロード受付側はなんでもいい コード HTML index.html <!D...

1
1
Comment0
gouf

@gouf

Rails 3.2 migrationメモ

migration をつかったデータベーススキーマの操作 migration ファイルの生成 あとから「必要なカラムが増えた」「カラムの名前を変更したい」「やっぱりこのテーブル要らない」など 保...

66
64
Comment0
gouf

@gouf

RubyでTwitterにつぶやいてみるまでのメモ

概要 Ruby のGem Twitter を利用して、簡単な設定ファイルを用意し、自分専用アプリとしてRuby インタプリタ上で自分のタイムラインにつぶやきを投稿してみる。 おおまかな手順として...

23
24
Comment1
gouf

@gouf

ラベルで時刻を選択する メモ

時刻を定形リストから選択できるようにしたい 概要 たとえば時間割など、決まった時刻セットを選択してもらいたい場合は、time_select メソッドは不向き。 time_select で実現でき...

1
2
Comment0
gouf

@gouf

Rails 3.2 i18n_generators メモ

i18n_generators を使ったロケールファイルの生成 View の表示言語を書き換えるための準備。 概要 Ruby gemのひとつであるi18n_generatorsを利用し、View...

29
27
Comment2

16 search resultsShowing 1~16 results

Qiita is a knowledge sharing service for engineers.

  1. You can follow users and tags
  2. You can stock useful information
  3. You can make edit suggestions for articles
Functions that can be used after logging in