OSDN Git Service

snippets are ready
authorgitlabhq <m@gitlabhq.com>
Sun, 16 Oct 2011 21:07:10 +0000 (00:07 +0300)
committergitlabhq <m@gitlabhq.com>
Sun, 16 Oct 2011 21:07:10 +0000 (00:07 +0300)
commit9265de3d25715aeafd38a4ef41596dca058dc18c
treee755a2c4c0c0451c90a8bc0e75ffae1950a2f6fd
parent526ad466c86e69c3447c192d8cae8da653556058
snippets are ready
28 files changed:
app/assets/javascripts/snippets.js [new file with mode: 0644]
app/assets/stylesheets/highlight.css.scss
app/assets/stylesheets/projects.css.scss
app/assets/stylesheets/snippets.css.scss [new file with mode: 0644]
app/controllers/notes_controller.rb
app/controllers/snippets_controller.rb [new file with mode: 0644]
app/helpers/application_helper.rb
app/helpers/snippets_helper.rb [new file with mode: 0644]
app/models/ability.rb
app/models/project.rb
app/models/snippet.rb [new file with mode: 0644]
app/views/projects/_form.html.haml
app/views/projects/_top_menu.html.haml
app/views/snippets/_form.html.haml [new file with mode: 0644]
app/views/snippets/_snippet.html.haml [new file with mode: 0644]
app/views/snippets/edit.html.haml [new file with mode: 0644]
app/views/snippets/index.html.haml [new file with mode: 0644]
app/views/snippets/new.html.haml [new file with mode: 0644]
app/views/snippets/show.html.haml [new file with mode: 0644]
config/routes.rb
db/migrate/20111016183422_create_snippets.rb [new file with mode: 0644]
db/migrate/20111016193417_add_content_type_to_snippets.rb [new file with mode: 0644]
db/migrate/20111016195506_add_file_name_to_snippets.rb [new file with mode: 0644]
db/schema.rb
spec/factories.rb
spec/models/snippet_spec.rb [new file with mode: 0644]
spec/requests/projects_security_spec.rb
spec/requests/snippets_spec.rb [new file with mode: 0644]