diff --git a/Gemfile b/Gemfile --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'rails', '3.2.8' +gem 'rails', '3.2.19' # Bundle edge Rails instead: # gem 'rails', :git => 'git://github.com/rails/rails.git' diff --git a/app/views/messages/list_all.html.haml b/app/views/messages/list_all.html.haml new file mode 100644 --- /dev/null +++ b/app/views/messages/list_all.html.haml @@ -0,0 +1,13 @@ += user_title_bar(@user) + +%h1 Console: all messages + += link_to '[active messages]', :action => 'list_all' + +%table + %tr + %th From + %th When + %th Message + %th + = render :partial => "short_message", :collection => @messages