public
Description: RESTful Easy Messages plug-in for Rails
Homepage: http://samuelschroeder.com/2007/10/16/restful_easy_messages/
Clone URL: git://github.com/sschroed/restful_ezm.git
Philippe Lafoucrière (author)
Fri Jan 16 08:15:34 -0800 2009
sschroed (committer)
Mon Jan 19 09:26:30 -0800 2009
restful_ezm / FILELIST
100644 18 lines (18 sloc) 0.599 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
app/controllers/messages_controller.rb
app/helpers/messages_helper.rb
app/models/message.rb
app/views/messages/index.atom.builder
app/views/messages/index.haml
app/views/messages/index.html.erb
app/views/messages/new.haml
app/views/messages/new.html.erb
app/views/messages/show.haml
app/views/messages/show.html.erb
db/migrate/###_create_restful_easy_messages
lib/restful_easy_messages_controller_system.rb
public/403.html
test/fixtures/messages.yml
test/fixtures/users.yml
test/functional/messages_controller_test.rb
test/unit/message_test.rb
vendor/plugins/restful_easy_messages/*