OSDN Git Service

today's work. songs new, create, edit
authorshimada <shimada.cake@gmail.com>
Sat, 15 May 2010 16:27:47 +0000 (01:27 +0900)
committershimada <shimada.cake@gmail.com>
Sat, 15 May 2010 16:27:47 +0000 (01:27 +0900)
commitfcf7b1e1c42700ccc3dd1d7baf36c1d94367b775
treeb2da34c3b62afbd7cbaf7ad457deba63933d7d4a
parent13770e6b94c8d67241c81b591a5ba91bc04b6897
today's work. songs new, create, edit
53 files changed:
app/controllers/songs_controller.rb
app/models/song.rb
app/views/songs/_form.html.erb [new file with mode: 0644]
app/views/songs/edit.html.erb [new file with mode: 0644]
app/views/songs/new.html.erb [new file with mode: 0644]
config/environment.rb
config/routes.rb
db/migrate/20100424171005_create_songs.rb
public/images/TLCblue.png [new file with mode: 0644]
public/javascripts/roman.js [new file with mode: 0644]
public/stylesheets/base.css [new file with mode: 0644]
vendor/plugins/selectable_attr/MIT-LICENSE [new file with mode: 0644]
vendor/plugins/selectable_attr/README [new file with mode: 0644]
vendor/plugins/selectable_attr/Rakefile [new file with mode: 0644]
vendor/plugins/selectable_attr/VERSION.yml [new file with mode: 0644]
vendor/plugins/selectable_attr/init.rb [new file with mode: 0644]
vendor/plugins/selectable_attr/install.rb [new file with mode: 0644]
vendor/plugins/selectable_attr/lib/selectable_attr.rb [new file with mode: 0644]
vendor/plugins/selectable_attr/lib/selectable_attr/base.rb [new file with mode: 0644]
vendor/plugins/selectable_attr/lib/selectable_attr/enum.rb [new file with mode: 0644]
vendor/plugins/selectable_attr/lib/selectable_attr/version.rb [new file with mode: 0644]
vendor/plugins/selectable_attr/selectable_attr.gemspec [new file with mode: 0644]
vendor/plugins/selectable_attr/spec/selectable_attr_base_alias_spec.rb [new file with mode: 0644]
vendor/plugins/selectable_attr/spec/selectable_attr_enum_spec.rb [new file with mode: 0644]
vendor/plugins/selectable_attr/spec/spec_helper.rb [new file with mode: 0644]
vendor/plugins/selectable_attr/tasks/selectable_attr_tasks.rake [new file with mode: 0644]
vendor/plugins/selectable_attr/uninstall.rb [new file with mode: 0644]
vendor/plugins/selectable_attr_rails/MIT-LICENSE [new file with mode: 0644]
vendor/plugins/selectable_attr_rails/README [new file with mode: 0644]
vendor/plugins/selectable_attr_rails/Rakefile [new file with mode: 0644]
vendor/plugins/selectable_attr_rails/VERSION.yml [new file with mode: 0644]
vendor/plugins/selectable_attr_rails/init.rb [new file with mode: 0644]
vendor/plugins/selectable_attr_rails/install.rb [new file with mode: 0644]
vendor/plugins/selectable_attr_rails/lib/selectable_attr_i18n.rb [new file with mode: 0644]
vendor/plugins/selectable_attr_rails/lib/selectable_attr_rails.rb [new file with mode: 0644]
vendor/plugins/selectable_attr_rails/lib/selectable_attr_rails/db_loadable.rb [new file with mode: 0644]
vendor/plugins/selectable_attr_rails/lib/selectable_attr_rails/helpers.rb [new file with mode: 0644]
vendor/plugins/selectable_attr_rails/lib/selectable_attr_rails/helpers/abstract_selection_helper.rb [new file with mode: 0644]
vendor/plugins/selectable_attr_rails/lib/selectable_attr_rails/helpers/check_box_group_helper.rb [new file with mode: 0644]
vendor/plugins/selectable_attr_rails/lib/selectable_attr_rails/helpers/radio_button_group_helper.rb [new file with mode: 0644]
vendor/plugins/selectable_attr_rails/lib/selectable_attr_rails/helpers/select_helper.rb [new file with mode: 0644]
vendor/plugins/selectable_attr_rails/lib/selectable_attr_rails/validatable.rb [new file with mode: 0644]
vendor/plugins/selectable_attr_rails/lib/selectable_attr_rails/validatable/base.rb [new file with mode: 0644]
vendor/plugins/selectable_attr_rails/lib/selectable_attr_rails/validatable/enum.rb [new file with mode: 0644]
vendor/plugins/selectable_attr_rails/lib/selectable_attr_rails/version.rb [new file with mode: 0644]
vendor/plugins/selectable_attr_rails/selectable_attr_rails.gemspec [new file with mode: 0644]
vendor/plugins/selectable_attr_rails/spec/database.yml [new file with mode: 0644]
vendor/plugins/selectable_attr_rails/spec/fixtures/.gitignore [new file with mode: 0644]
vendor/plugins/selectable_attr_rails/spec/introduction_spec.rb [new file with mode: 0644]
vendor/plugins/selectable_attr_rails/spec/schema.rb [new file with mode: 0644]
vendor/plugins/selectable_attr_rails/spec/selectable_attr_i18n_spec.rb [new file with mode: 0644]
vendor/plugins/selectable_attr_rails/spec/spec_helper.rb [new file with mode: 0644]
vendor/plugins/selectable_attr_rails/uninstall.rb [new file with mode: 0644]