contour 0.10.2 → 1.0.0.beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/CHANGELOG.rdoc +17 -0
- data/README.rdoc +2 -14
- data/app/assets/javascripts/contour.js +5 -0
- data/app/assets/javascripts/twitter-bootstrap/bootstrap-dropdown.js +92 -0
- data/app/assets/javascripts/twitter-bootstrap/bootstrap-modal.js +210 -0
- data/app/assets/javascripts/twitter-bootstrap/bootstrap-tab.js +130 -0
- data/app/assets/javascripts/twitter-bootstrap/bootstrap.js.coffee +5 -0
- data/app/assets/stylesheets/bootstrap_and_overrides.css.less +29 -0
- data/app/assets/stylesheets/contour.css +3 -8
- data/app/assets/stylesheets/contour/authentication.css +1 -1
- data/app/controllers/contour/registrations_controller.rb +10 -6
- data/app/views/contour/authentications/_menu.html.erb +4 -4
- data/app/views/contour/confirmations/new.html.erb +12 -0
- data/app/views/contour/layouts/_menu.html.erb +43 -26
- data/app/views/contour/layouts/application.html.erb +11 -17
- data/app/views/contour/passwords/edit.html.erb +7 -7
- data/app/views/contour/passwords/new.html.erb +9 -16
- data/app/views/contour/registrations/edit.html.erb +11 -11
- data/app/views/contour/registrations/new.html.erb +11 -38
- data/app/views/contour/sessions/new.html.erb +15 -34
- data/app/views/contour/unlocks/new.html.erb +12 -0
- data/contour.gemspec +7 -6
- data/lib/contour.rb +6 -5
- data/lib/contour/engine.rb +1 -1
- data/lib/contour/fixes/rack.rb +3 -3
- data/lib/contour/version.rb +4 -4
- data/lib/generators/templates/contour.rb +6 -5
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/test.log +527 -0
- metadata +52 -676
- data/app/assets/images/contour/addfile.png +0 -0
- data/app/assets/images/contour/arrow.png +0 -0
- data/app/assets/images/contour/blank.png +0 -0
- data/app/assets/images/contour/cross.png +0 -0
- data/app/assets/images/contour/delete.png +0 -0
- data/app/assets/images/contour/doc.png +0 -0
- data/app/assets/images/contour/download.png +0 -0
- data/app/assets/images/contour/edit.png +0 -0
- data/app/assets/images/contour/email.png +0 -0
- data/app/assets/images/contour/external.png +0 -0
- data/app/assets/images/contour/favorite_no.png +0 -0
- data/app/assets/images/contour/favorite_yes.png +0 -0
- data/app/assets/images/contour/feed.png +0 -0
- data/app/assets/images/contour/gentleface/LICENSE +0 -5
- data/app/assets/images/contour/gentleface/app_window_16.png +0 -0
- data/app/assets/images/contour/gentleface/app_window_16_g1.png +0 -0
- data/app/assets/images/contour/gentleface/app_window_32.png +0 -0
- data/app/assets/images/contour/gentleface/app_window_32_g1.png +0 -0
- data/app/assets/images/contour/gentleface/chart_line_16.png +0 -0
- data/app/assets/images/contour/gentleface/chart_line_16_g1.png +0 -0
- data/app/assets/images/contour/gentleface/chart_line_32.png +0 -0
- data/app/assets/images/contour/gentleface/chart_line_32_g1.png +0 -0
- data/app/assets/images/contour/gentleface/checkbox_checked_16.png +0 -0
- data/app/assets/images/contour/gentleface/checkbox_checked_16_g1.png +0 -0
- data/app/assets/images/contour/gentleface/checkbox_checked_32.png +0 -0
- data/app/assets/images/contour/gentleface/checkbox_checked_32_g1.png +0 -0
- data/app/assets/images/contour/gentleface/checkbox_unchecked_16.png +0 -0
- data/app/assets/images/contour/gentleface/checkbox_unchecked_16_g1.png +0 -0
- data/app/assets/images/contour/gentleface/checkbox_unchecked_32.png +0 -0
- data/app/assets/images/contour/gentleface/checkbox_unchecked_32_g1.png +0 -0
- data/app/assets/images/contour/gentleface/clipboard_copy_16.png +0 -0
- data/app/assets/images/contour/gentleface/clipboard_copy_16_g1.png +0 -0
- data/app/assets/images/contour/gentleface/clipboard_copy_32.png +0 -0
- data/app/assets/images/contour/gentleface/clipboard_copy_32_g1.png +0 -0
- data/app/assets/images/contour/gentleface/cog_16.png +0 -0
- data/app/assets/images/contour/gentleface/cog_16_g1.png +0 -0
- data/app/assets/images/contour/gentleface/cog_32.png +0 -0
- data/app/assets/images/contour/gentleface/cog_32_g1.png +0 -0
- data/app/assets/images/contour/gentleface/cursor_H_split_16.png +0 -0
- data/app/assets/images/contour/gentleface/cursor_H_split_16_g1.png +0 -0
- data/app/assets/images/contour/gentleface/cursor_H_split_32.png +0 -0
- data/app/assets/images/contour/gentleface/cursor_H_split_32_g1.png +0 -0
- data/app/assets/images/contour/gentleface/cursor_drag_arrow_16.png +0 -0
- data/app/assets/images/contour/gentleface/cursor_drag_arrow_16_g1.png +0 -0
- data/app/assets/images/contour/gentleface/cursor_drag_arrow_2_16.png +0 -0
- data/app/assets/images/contour/gentleface/cursor_drag_arrow_2_16_g1.png +0 -0
- data/app/assets/images/contour/gentleface/cursor_drag_arrow_2_32.png +0 -0
- data/app/assets/images/contour/gentleface/cursor_drag_arrow_2_32_g1.png +0 -0
- data/app/assets/images/contour/gentleface/cursor_drag_arrow_32.png +0 -0
- data/app/assets/images/contour/gentleface/cursor_drag_arrow_32_g1.png +0 -0
- data/app/assets/images/contour/gentleface/doc_edit_16.png +0 -0
- data/app/assets/images/contour/gentleface/doc_edit_16_g1.png +0 -0
- data/app/assets/images/contour/gentleface/doc_edit_32.png +0 -0
- data/app/assets/images/contour/gentleface/doc_edit_32_g1.png +0 -0
- data/app/assets/images/contour/gentleface/doc_new_16.png +0 -0
- data/app/assets/images/contour/gentleface/doc_new_16_g1.png +0 -0
- data/app/assets/images/contour/gentleface/doc_new_32.png +0 -0
- data/app/assets/images/contour/gentleface/doc_new_32_g1.png +0 -0
- data/app/assets/images/contour/gentleface/expand_16.png +0 -0
- data/app/assets/images/contour/gentleface/expand_16_g1.png +0 -0
- data/app/assets/images/contour/gentleface/expand_32.png +0 -0
- data/app/assets/images/contour/gentleface/expand_32_g1.png +0 -0
- data/app/assets/images/contour/gentleface/home_16.png +0 -0
- data/app/assets/images/contour/gentleface/home_16_g1.png +0 -0
- data/app/assets/images/contour/gentleface/home_32.png +0 -0
- data/app/assets/images/contour/gentleface/home_32_g1.png +0 -0
- data/app/assets/images/contour/gentleface/indent_decrease_16.png +0 -0
- data/app/assets/images/contour/gentleface/indent_decrease_16_g1.png +0 -0
- data/app/assets/images/contour/gentleface/indent_decrease_32.png +0 -0
- data/app/assets/images/contour/gentleface/indent_decrease_32_g1.png +0 -0
- data/app/assets/images/contour/gentleface/indent_increase_16.png +0 -0
- data/app/assets/images/contour/gentleface/indent_increase_16_g1.png +0 -0
- data/app/assets/images/contour/gentleface/indent_increase_32.png +0 -0
- data/app/assets/images/contour/gentleface/indent_increase_32_g1.png +0 -0
- data/app/assets/images/contour/gentleface/lightbulb_16.png +0 -0
- data/app/assets/images/contour/gentleface/lightbulb_16_g1.png +0 -0
- data/app/assets/images/contour/gentleface/lightbulb_32.png +0 -0
- data/app/assets/images/contour/gentleface/lightbulb_32_g1.png +0 -0
- data/app/assets/images/contour/gentleface/list_bullets_16.png +0 -0
- data/app/assets/images/contour/gentleface/list_bullets_16_g1.png +0 -0
- data/app/assets/images/contour/gentleface/list_bullets_32.png +0 -0
- data/app/assets/images/contour/gentleface/list_bullets_32_g1.png +0 -0
- data/app/assets/images/contour/gentleface/playback_ff_16.png +0 -0
- data/app/assets/images/contour/gentleface/playback_ff_16_g1.png +0 -0
- data/app/assets/images/contour/gentleface/playback_ff_32.png +0 -0
- data/app/assets/images/contour/gentleface/playback_ff_32_g1.png +0 -0
- data/app/assets/images/contour/gentleface/playback_next_16.png +0 -0
- data/app/assets/images/contour/gentleface/playback_next_16_g1.png +0 -0
- data/app/assets/images/contour/gentleface/playback_next_32.png +0 -0
- data/app/assets/images/contour/gentleface/playback_next_32_g1.png +0 -0
- data/app/assets/images/contour/gentleface/playback_pause_16.png +0 -0
- data/app/assets/images/contour/gentleface/playback_pause_16_g1.png +0 -0
- data/app/assets/images/contour/gentleface/playback_pause_32.png +0 -0
- data/app/assets/images/contour/gentleface/playback_pause_32_g1.png +0 -0
- data/app/assets/images/contour/gentleface/playback_play_16.png +0 -0
- data/app/assets/images/contour/gentleface/playback_play_16_g1.png +0 -0
- data/app/assets/images/contour/gentleface/playback_play_32.png +0 -0
- data/app/assets/images/contour/gentleface/playback_play_32_g1.png +0 -0
- data/app/assets/images/contour/gentleface/playback_prev_16.png +0 -0
- data/app/assets/images/contour/gentleface/playback_prev_16_g1.png +0 -0
- data/app/assets/images/contour/gentleface/playback_prev_32.png +0 -0
- data/app/assets/images/contour/gentleface/playback_prev_32_g1.png +0 -0
- data/app/assets/images/contour/gentleface/playback_rew_16.png +0 -0
- data/app/assets/images/contour/gentleface/playback_rew_16_g1.png +0 -0
- data/app/assets/images/contour/gentleface/playback_rew_32.png +0 -0
- data/app/assets/images/contour/gentleface/playback_rew_32_g1.png +0 -0
- data/app/assets/images/contour/gentleface/redo_16.png +0 -0
- data/app/assets/images/contour/gentleface/redo_16_g1.png +0 -0
- data/app/assets/images/contour/gentleface/redo_16_q.png +0 -0
- data/app/assets/images/contour/gentleface/redo_16_q_g1.png +0 -0
- data/app/assets/images/contour/gentleface/redo_32.png +0 -0
- data/app/assets/images/contour/gentleface/redo_32_g1.png +0 -0
- data/app/assets/images/contour/gentleface/sq_minus_16.png +0 -0
- data/app/assets/images/contour/gentleface/sq_minus_16_g1.png +0 -0
- data/app/assets/images/contour/gentleface/sq_minus_32.png +0 -0
- data/app/assets/images/contour/gentleface/sq_minus_32_g1.png +0 -0
- data/app/assets/images/contour/gentleface/sq_plus_16.png +0 -0
- data/app/assets/images/contour/gentleface/sq_plus_16_g1.png +0 -0
- data/app/assets/images/contour/gentleface/sq_plus_32.png +0 -0
- data/app/assets/images/contour/gentleface/sq_plus_32_g1.png +0 -0
- data/app/assets/images/contour/gentleface/trash_16.png +0 -0
- data/app/assets/images/contour/gentleface/trash_16_g1.png +0 -0
- data/app/assets/images/contour/gentleface/trash_32.png +0 -0
- data/app/assets/images/contour/gentleface/trash_32_g1.png +0 -0
- data/app/assets/images/contour/gentleface/undo_16.png +0 -0
- data/app/assets/images/contour/gentleface/undo_16_g1.png +0 -0
- data/app/assets/images/contour/gentleface/undo_16_q.png +0 -0
- data/app/assets/images/contour/gentleface/undo_16_q_g1.png +0 -0
- data/app/assets/images/contour/gentleface/undo_32.png +0 -0
- data/app/assets/images/contour/gentleface/undo_32_g1.png +0 -0
- data/app/assets/images/contour/im.png +0 -0
- data/app/assets/images/contour/information.png +0 -0
- data/app/assets/images/contour/key.png +0 -0
- data/app/assets/images/contour/mydocuments.png +0 -0
- data/app/assets/images/contour/open.png +0 -0
- data/app/assets/images/contour/pdf.png +0 -0
- data/app/assets/images/contour/save.png +0 -0
- data/app/assets/images/contour/search.png +0 -0
- data/app/assets/images/contour/tag_blue.png +0 -0
- data/app/assets/images/contour/tag_green.png +0 -0
- data/app/assets/images/contour/tag_neutral.png +0 -0
- data/app/assets/images/contour/tag_red.png +0 -0
- data/app/assets/images/contour/tick.png +0 -0
- data/app/assets/images/contour/visited.png +0 -0
- data/app/assets/images/contour/warning.png +0 -0
- data/app/assets/images/contour/xls.png +0 -0
- data/app/assets/images/gentleface/32/2x2_grid.png +0 -0
- data/app/assets/images/gentleface/32/3x3_grid.png +0 -0
- data/app/assets/images/gentleface/32/3x3_grid_2.png +0 -0
- data/app/assets/images/gentleface/32/air_signal.png +0 -0
- data/app/assets/images/gentleface/32/align_center.png +0 -0
- data/app/assets/images/gentleface/32/align_just.png +0 -0
- data/app/assets/images/gentleface/32/align_left.png +0 -0
- data/app/assets/images/gentleface/32/align_right.png +0 -0
- data/app/assets/images/gentleface/32/app_window.png +0 -0
- data/app/assets/images/gentleface/32/arrow_bottom.png +0 -0
- data/app/assets/images/gentleface/32/arrow_bottom_left.png +0 -0
- data/app/assets/images/gentleface/32/arrow_bottom_rigth.png +0 -0
- data/app/assets/images/gentleface/32/arrow_l.png +0 -0
- data/app/assets/images/gentleface/32/arrow_left.png +0 -0
- data/app/assets/images/gentleface/32/arrow_r.png +0 -0
- data/app/assets/images/gentleface/32/arrow_right.png +0 -0
- data/app/assets/images/gentleface/32/arrow_top.png +0 -0
- data/app/assets/images/gentleface/32/arrow_top_left.png +0 -0
- data/app/assets/images/gentleface/32/arrow_top_right.png +0 -0
- data/app/assets/images/gentleface/32/arrow_two_head.png +0 -0
- data/app/assets/images/gentleface/32/arrow_two_head_2.png +0 -0
- data/app/assets/images/gentleface/32/attention.png +0 -0
- data/app/assets/images/gentleface/32/battery.png +0 -0
- data/app/assets/images/gentleface/32/bell.png +0 -0
- data/app/assets/images/gentleface/32/book.png +0 -0
- data/app/assets/images/gentleface/32/bookmark_1.png +0 -0
- data/app/assets/images/gentleface/32/bookmark_2.png +0 -0
- data/app/assets/images/gentleface/32/box.png +0 -0
- data/app/assets/images/gentleface/32/br_down.png +0 -0
- data/app/assets/images/gentleface/32/br_next.png +0 -0
- data/app/assets/images/gentleface/32/br_prev.png +0 -0
- data/app/assets/images/gentleface/32/br_up.png +0 -0
- data/app/assets/images/gentleface/32/brackets.png +0 -0
- data/app/assets/images/gentleface/32/browser.png +0 -0
- data/app/assets/images/gentleface/32/brush.png +0 -0
- data/app/assets/images/gentleface/32/bug.png +0 -0
- data/app/assets/images/gentleface/32/burst.png +0 -0
- data/app/assets/images/gentleface/32/calc.png +0 -0
- data/app/assets/images/gentleface/32/calendar_1.png +0 -0
- data/app/assets/images/gentleface/32/calendar_2.png +0 -0
- data/app/assets/images/gentleface/32/cancel.png +0 -0
- data/app/assets/images/gentleface/32/case.png +0 -0
- data/app/assets/images/gentleface/32/cc.png +0 -0
- data/app/assets/images/gentleface/32/cert.png +0 -0
- data/app/assets/images/gentleface/32/chart_bar.png +0 -0
- data/app/assets/images/gentleface/32/chart_line.png +0 -0
- data/app/assets/images/gentleface/32/chart_line_2.png +0 -0
- data/app/assets/images/gentleface/32/chart_pie.png +0 -0
- data/app/assets/images/gentleface/32/checkbox_checked.png +0 -0
- data/app/assets/images/gentleface/32/checkbox_unchecked.png +0 -0
- data/app/assets/images/gentleface/32/checkmark.png +0 -0
- data/app/assets/images/gentleface/32/clip.png +0 -0
- data/app/assets/images/gentleface/32/clipboard_copy.png +0 -0
- data/app/assets/images/gentleface/32/clipboard_cut.png +0 -0
- data/app/assets/images/gentleface/32/clipboard_past.png +0 -0
- data/app/assets/images/gentleface/32/clock.png +0 -0
- data/app/assets/images/gentleface/32/cloud.png +0 -0
- data/app/assets/images/gentleface/32/cloud_rain.png +0 -0
- data/app/assets/images/gentleface/32/cog.png +0 -0
- data/app/assets/images/gentleface/32/comp.png +0 -0
- data/app/assets/images/gentleface/32/compass.png +0 -0
- data/app/assets/images/gentleface/32/contact_card.png +0 -0
- data/app/assets/images/gentleface/32/cube.png +0 -0
- data/app/assets/images/gentleface/32/cur_bp.png +0 -0
- data/app/assets/images/gentleface/32/cur_dollar.png +0 -0
- data/app/assets/images/gentleface/32/cur_euro.png +0 -0
- data/app/assets/images/gentleface/32/cur_yen.png +0 -0
- data/app/assets/images/gentleface/32/cursor_H_split.png +0 -0
- data/app/assets/images/gentleface/32/cursor_V_split.png +0 -0
- data/app/assets/images/gentleface/32/cursor_arrow.png +0 -0
- data/app/assets/images/gentleface/32/cursor_drag_arrow.png +0 -0
- data/app/assets/images/gentleface/32/cursor_drag_arrow_2.png +0 -0
- data/app/assets/images/gentleface/32/cursor_drag_hand.png +0 -0
- data/app/assets/images/gentleface/32/cursor_hand.png +0 -0
- data/app/assets/images/gentleface/32/db.png +0 -0
- data/app/assets/images/gentleface/32/delete.png +0 -0
- data/app/assets/images/gentleface/32/doc_delete.png +0 -0
- data/app/assets/images/gentleface/32/doc_edit.png +0 -0
- data/app/assets/images/gentleface/32/doc_empty.png +0 -0
- data/app/assets/images/gentleface/32/doc_export.png +0 -0
- data/app/assets/images/gentleface/32/doc_import.png +0 -0
- data/app/assets/images/gentleface/32/doc_lines.png +0 -0
- data/app/assets/images/gentleface/32/doc_lines_stright.png +0 -0
- data/app/assets/images/gentleface/32/doc_minus.png +0 -0
- data/app/assets/images/gentleface/32/doc_new.png +0 -0
- data/app/assets/images/gentleface/32/doc_plus.png +0 -0
- data/app/assets/images/gentleface/32/document.png +0 -0
- data/app/assets/images/gentleface/32/download.png +0 -0
- data/app/assets/images/gentleface/32/emotion_sad.png +0 -0
- data/app/assets/images/gentleface/32/emotion_smile.png +0 -0
- data/app/assets/images/gentleface/32/expand.png +0 -0
- data/app/assets/images/gentleface/32/eye.png +0 -0
- data/app/assets/images/gentleface/32/eye_inv.png +0 -0
- data/app/assets/images/gentleface/32/facebook.png +0 -0
- data/app/assets/images/gentleface/32/filter.png +0 -0
- data/app/assets/images/gentleface/32/fire.png +0 -0
- data/app/assets/images/gentleface/32/flag.png +0 -0
- data/app/assets/images/gentleface/32/folder.png +0 -0
- data/app/assets/images/gentleface/32/folder_arrow.png +0 -0
- data/app/assets/images/gentleface/32/folder_delete.png +0 -0
- data/app/assets/images/gentleface/32/folder_minus.png +0 -0
- data/app/assets/images/gentleface/32/folder_open.png +0 -0
- data/app/assets/images/gentleface/32/folder_plus.png +0 -0
- data/app/assets/images/gentleface/32/font_bold.png +0 -0
- data/app/assets/images/gentleface/32/font_italic.png +0 -0
- data/app/assets/images/gentleface/32/font_size.png +0 -0
- data/app/assets/images/gentleface/32/font_strokethrough.png +0 -0
- data/app/assets/images/gentleface/32/font_underline.png +0 -0
- data/app/assets/images/gentleface/32/game_pad.png +0 -0
- data/app/assets/images/gentleface/32/globe_1.png +0 -0
- data/app/assets/images/gentleface/32/globe_2.png +0 -0
- data/app/assets/images/gentleface/32/globe_3.png +0 -0
- data/app/assets/images/gentleface/32/google.png +0 -0
- data/app/assets/images/gentleface/32/hand_1.png +0 -0
- data/app/assets/images/gentleface/32/hand_2.png +0 -0
- data/app/assets/images/gentleface/32/hand_contra.png +0 -0
- data/app/assets/images/gentleface/32/hand_pro.png +0 -0
- data/app/assets/images/gentleface/32/headphones.png +0 -0
- data/app/assets/images/gentleface/32/heart.png +0 -0
- data/app/assets/images/gentleface/32/heart_empty.png +0 -0
- data/app/assets/images/gentleface/32/home.png +0 -0
- data/app/assets/images/gentleface/32/image_text.png +0 -0
- data/app/assets/images/gentleface/32/inbox.png +0 -0
- data/app/assets/images/gentleface/32/indent_decrease.png +0 -0
- data/app/assets/images/gentleface/32/indent_increase.png +0 -0
- data/app/assets/images/gentleface/32/info.png +0 -0
- data/app/assets/images/gentleface/32/iphone.png +0 -0
- data/app/assets/images/gentleface/32/key.png +0 -0
- data/app/assets/images/gentleface/32/layers_1.png +0 -0
- data/app/assets/images/gentleface/32/layers_2.png +0 -0
- data/app/assets/images/gentleface/32/lightbulb.png +0 -0
- data/app/assets/images/gentleface/32/lighting.png +0 -0
- data/app/assets/images/gentleface/32/link.png +0 -0
- data/app/assets/images/gentleface/32/list_bullets.png +0 -0
- data/app/assets/images/gentleface/32/list_num.png +0 -0
- data/app/assets/images/gentleface/32/magic_wand.png +0 -0
- data/app/assets/images/gentleface/32/mail.png +0 -0
- data/app/assets/images/gentleface/32/mail_2.png +0 -0
- data/app/assets/images/gentleface/32/mic.png +0 -0
- data/app/assets/images/gentleface/32/monitor.png +0 -0
- data/app/assets/images/gentleface/32/movie.png +0 -0
- data/app/assets/images/gentleface/32/music.png +0 -0
- data/app/assets/images/gentleface/32/net_comp.png +0 -0
- data/app/assets/images/gentleface/32/network.png +0 -0
- data/app/assets/images/gentleface/32/notepad.png +0 -0
- data/app/assets/images/gentleface/32/notepad_2.png +0 -0
- data/app/assets/images/gentleface/32/on-off.png +0 -0
- data/app/assets/images/gentleface/32/openid.png +0 -0
- data/app/assets/images/gentleface/32/padlock_closed.png +0 -0
- data/app/assets/images/gentleface/32/padlock_open.png +0 -0
- data/app/assets/images/gentleface/32/page_layout.png +0 -0
- data/app/assets/images/gentleface/32/paragraph.png +0 -0
- data/app/assets/images/gentleface/32/pencil.png +0 -0
- data/app/assets/images/gentleface/32/phone.png +0 -0
- data/app/assets/images/gentleface/32/phone_1.png +0 -0
- data/app/assets/images/gentleface/32/phone_2.png +0 -0
- data/app/assets/images/gentleface/32/phone_touch.png +0 -0
- data/app/assets/images/gentleface/32/photo.png +0 -0
- data/app/assets/images/gentleface/32/picture.png +0 -0
- data/app/assets/images/gentleface/32/pin.png +0 -0
- data/app/assets/images/gentleface/32/pin_2.png +0 -0
- data/app/assets/images/gentleface/32/pin_map.png +0 -0
- data/app/assets/images/gentleface/32/pin_map_down.png +0 -0
- data/app/assets/images/gentleface/32/pin_map_left.png +0 -0
- data/app/assets/images/gentleface/32/pin_map_right.png +0 -0
- data/app/assets/images/gentleface/32/pin_map_top.png +0 -0
- data/app/assets/images/gentleface/32/pin_sq_down.png +0 -0
- data/app/assets/images/gentleface/32/pin_sq_left.png +0 -0
- data/app/assets/images/gentleface/32/pin_sq_right.png +0 -0
- data/app/assets/images/gentleface/32/pin_sq_top.png +0 -0
- data/app/assets/images/gentleface/32/playback_ff.png +0 -0
- data/app/assets/images/gentleface/32/playback_next.png +0 -0
- data/app/assets/images/gentleface/32/playback_pause.png +0 -0
- data/app/assets/images/gentleface/32/playback_play.png +0 -0
- data/app/assets/images/gentleface/32/playback_prev.png +0 -0
- data/app/assets/images/gentleface/32/playback_rec.png +0 -0
- data/app/assets/images/gentleface/32/playback_reload.png +0 -0
- data/app/assets/images/gentleface/32/playback_rew.png +0 -0
- data/app/assets/images/gentleface/32/playback_stop.png +0 -0
- data/app/assets/images/gentleface/32/preso.png +0 -0
- data/app/assets/images/gentleface/32/print.png +0 -0
- data/app/assets/images/gentleface/32/redo.png +0 -0
- data/app/assets/images/gentleface/32/rnd_br_down.png +0 -0
- data/app/assets/images/gentleface/32/rnd_br_first.png +0 -0
- data/app/assets/images/gentleface/32/rnd_br_last.png +0 -0
- data/app/assets/images/gentleface/32/rnd_br_next.png +0 -0
- data/app/assets/images/gentleface/32/rnd_br_prev.png +0 -0
- data/app/assets/images/gentleface/32/rnd_br_up.png +0 -0
- data/app/assets/images/gentleface/32/round.png +0 -0
- data/app/assets/images/gentleface/32/round_and_up.png +0 -0
- data/app/assets/images/gentleface/32/round_arrow_left.png +0 -0
- data/app/assets/images/gentleface/32/round_arrow_right.png +0 -0
- data/app/assets/images/gentleface/32/round_checkmark.png +0 -0
- data/app/assets/images/gentleface/32/round_delete.png +0 -0
- data/app/assets/images/gentleface/32/round_minus.png +0 -0
- data/app/assets/images/gentleface/32/round_plus.png +0 -0
- data/app/assets/images/gentleface/32/rss.png +0 -0
- data/app/assets/images/gentleface/32/rss_sq.png +0 -0
- data/app/assets/images/gentleface/32/sand.png +0 -0
- data/app/assets/images/gentleface/32/sat_dish.png +0 -0
- data/app/assets/images/gentleface/32/save.png +0 -0
- data/app/assets/images/gentleface/32/server.png +0 -0
- data/app/assets/images/gentleface/32/share.png +0 -0
- data/app/assets/images/gentleface/32/shop_cart.png +0 -0
- data/app/assets/images/gentleface/32/sound_high.png +0 -0
- data/app/assets/images/gentleface/32/sound_low.png +0 -0
- data/app/assets/images/gentleface/32/sound_mute.png +0 -0
- data/app/assets/images/gentleface/32/spechbubble.png +0 -0
- data/app/assets/images/gentleface/32/spechbubble_2.png +0 -0
- data/app/assets/images/gentleface/32/spechbubble_sq.png +0 -0
- data/app/assets/images/gentleface/32/spechbubble_sq_line.png +0 -0
- data/app/assets/images/gentleface/32/sq_br_down.png +0 -0
- data/app/assets/images/gentleface/32/sq_br_first.png +0 -0
- data/app/assets/images/gentleface/32/sq_br_last.png +0 -0
- data/app/assets/images/gentleface/32/sq_br_next.png +0 -0
- data/app/assets/images/gentleface/32/sq_br_prev.png +0 -0
- data/app/assets/images/gentleface/32/sq_br_up.png +0 -0
- data/app/assets/images/gentleface/32/sq_down.png +0 -0
- data/app/assets/images/gentleface/32/sq_minus.png +0 -0
- data/app/assets/images/gentleface/32/sq_next.png +0 -0
- data/app/assets/images/gentleface/32/sq_plus.png +0 -0
- data/app/assets/images/gentleface/32/sq_prev.png +0 -0
- data/app/assets/images/gentleface/32/sq_up.png +0 -0
- data/app/assets/images/gentleface/32/square_shape.png +0 -0
- data/app/assets/images/gentleface/32/star.png +0 -0
- data/app/assets/images/gentleface/32/star_fav.png +0 -0
- data/app/assets/images/gentleface/32/star_fav_empty.png +0 -0
- data/app/assets/images/gentleface/32/sun.png +0 -0
- data/app/assets/images/gentleface/32/tag.png +0 -0
- data/app/assets/images/gentleface/32/tape.png +0 -0
- data/app/assets/images/gentleface/32/target.png +0 -0
- data/app/assets/images/gentleface/32/text_curstor.png +0 -0
- data/app/assets/images/gentleface/32/text_letter_t.png +0 -0
- data/app/assets/images/gentleface/32/top_right_expand.png +0 -0
- data/app/assets/images/gentleface/32/trash.png +0 -0
- data/app/assets/images/gentleface/32/twitter.png +0 -0
- data/app/assets/images/gentleface/32/twitter_2.png +0 -0
- data/app/assets/images/gentleface/32/undo.png +0 -0
- data/app/assets/images/gentleface/32/user.png +0 -0
- data/app/assets/images/gentleface/32/users.png +0 -0
- data/app/assets/images/gentleface/32/wrench.png +0 -0
- data/app/assets/images/gentleface/32/wrench_plus.png +0 -0
- data/app/assets/images/gentleface/32/wrench_plus_2.png +0 -0
- data/app/assets/images/gentleface/32/zoom.png +0 -0
- data/app/assets/images/gentleface/48/2x2_grid.png +0 -0
- data/app/assets/images/gentleface/48/3x3_grid.png +0 -0
- data/app/assets/images/gentleface/48/3x3_grid_2.png +0 -0
- data/app/assets/images/gentleface/48/air_signal.png +0 -0
- data/app/assets/images/gentleface/48/align_center.png +0 -0
- data/app/assets/images/gentleface/48/align_just.png +0 -0
- data/app/assets/images/gentleface/48/align_left.png +0 -0
- data/app/assets/images/gentleface/48/align_right.png +0 -0
- data/app/assets/images/gentleface/48/app_window.png +0 -0
- data/app/assets/images/gentleface/48/arrow_bottom.png +0 -0
- data/app/assets/images/gentleface/48/arrow_bottom_left.png +0 -0
- data/app/assets/images/gentleface/48/arrow_bottom_rigth.png +0 -0
- data/app/assets/images/gentleface/48/arrow_l.png +0 -0
- data/app/assets/images/gentleface/48/arrow_left.png +0 -0
- data/app/assets/images/gentleface/48/arrow_r.png +0 -0
- data/app/assets/images/gentleface/48/arrow_right.png +0 -0
- data/app/assets/images/gentleface/48/arrow_top.png +0 -0
- data/app/assets/images/gentleface/48/arrow_top_left.png +0 -0
- data/app/assets/images/gentleface/48/arrow_top_right.png +0 -0
- data/app/assets/images/gentleface/48/arrow_two_head.png +0 -0
- data/app/assets/images/gentleface/48/arrow_two_head_2.png +0 -0
- data/app/assets/images/gentleface/48/attention.png +0 -0
- data/app/assets/images/gentleface/48/battery.png +0 -0
- data/app/assets/images/gentleface/48/bell.png +0 -0
- data/app/assets/images/gentleface/48/book.png +0 -0
- data/app/assets/images/gentleface/48/bookmark_1.png +0 -0
- data/app/assets/images/gentleface/48/bookmark_2.png +0 -0
- data/app/assets/images/gentleface/48/box.png +0 -0
- data/app/assets/images/gentleface/48/br_down.png +0 -0
- data/app/assets/images/gentleface/48/br_next.png +0 -0
- data/app/assets/images/gentleface/48/br_prev.png +0 -0
- data/app/assets/images/gentleface/48/br_up.png +0 -0
- data/app/assets/images/gentleface/48/brackets.png +0 -0
- data/app/assets/images/gentleface/48/browser.png +0 -0
- data/app/assets/images/gentleface/48/brush.png +0 -0
- data/app/assets/images/gentleface/48/bug.png +0 -0
- data/app/assets/images/gentleface/48/burst.png +0 -0
- data/app/assets/images/gentleface/48/calc.png +0 -0
- data/app/assets/images/gentleface/48/calendar_1.png +0 -0
- data/app/assets/images/gentleface/48/calendar_2.png +0 -0
- data/app/assets/images/gentleface/48/cancel.png +0 -0
- data/app/assets/images/gentleface/48/case.png +0 -0
- data/app/assets/images/gentleface/48/cc.png +0 -0
- data/app/assets/images/gentleface/48/cert.png +0 -0
- data/app/assets/images/gentleface/48/chart_bar.png +0 -0
- data/app/assets/images/gentleface/48/chart_line.png +0 -0
- data/app/assets/images/gentleface/48/chart_line_2.png +0 -0
- data/app/assets/images/gentleface/48/chart_pie.png +0 -0
- data/app/assets/images/gentleface/48/checkbox_checked.png +0 -0
- data/app/assets/images/gentleface/48/checkbox_unchecked.png +0 -0
- data/app/assets/images/gentleface/48/checkmark.png +0 -0
- data/app/assets/images/gentleface/48/clip.png +0 -0
- data/app/assets/images/gentleface/48/clipboard_copy.png +0 -0
- data/app/assets/images/gentleface/48/clipboard_cut.png +0 -0
- data/app/assets/images/gentleface/48/clipboard_past.png +0 -0
- data/app/assets/images/gentleface/48/clock.png +0 -0
- data/app/assets/images/gentleface/48/cloud.png +0 -0
- data/app/assets/images/gentleface/48/cloud_rain.png +0 -0
- data/app/assets/images/gentleface/48/cog.png +0 -0
- data/app/assets/images/gentleface/48/comp.png +0 -0
- data/app/assets/images/gentleface/48/compass.png +0 -0
- data/app/assets/images/gentleface/48/contact_card.png +0 -0
- data/app/assets/images/gentleface/48/cube.png +0 -0
- data/app/assets/images/gentleface/48/cur_bp.png +0 -0
- data/app/assets/images/gentleface/48/cur_dollar.png +0 -0
- data/app/assets/images/gentleface/48/cur_euro.png +0 -0
- data/app/assets/images/gentleface/48/cur_yen.png +0 -0
- data/app/assets/images/gentleface/48/cursor_H_split.png +0 -0
- data/app/assets/images/gentleface/48/cursor_V_split.png +0 -0
- data/app/assets/images/gentleface/48/cursor_arrow.png +0 -0
- data/app/assets/images/gentleface/48/cursor_drag_arrow.png +0 -0
- data/app/assets/images/gentleface/48/cursor_drag_arrow_2.png +0 -0
- data/app/assets/images/gentleface/48/cursor_drag_hand.png +0 -0
- data/app/assets/images/gentleface/48/cursor_hand.png +0 -0
- data/app/assets/images/gentleface/48/db.png +0 -0
- data/app/assets/images/gentleface/48/delete.png +0 -0
- data/app/assets/images/gentleface/48/doc_delete.png +0 -0
- data/app/assets/images/gentleface/48/doc_edit.png +0 -0
- data/app/assets/images/gentleface/48/doc_empty.png +0 -0
- data/app/assets/images/gentleface/48/doc_export.png +0 -0
- data/app/assets/images/gentleface/48/doc_import.png +0 -0
- data/app/assets/images/gentleface/48/doc_lines.png +0 -0
- data/app/assets/images/gentleface/48/doc_lines_stright.png +0 -0
- data/app/assets/images/gentleface/48/doc_minus.png +0 -0
- data/app/assets/images/gentleface/48/doc_new.png +0 -0
- data/app/assets/images/gentleface/48/doc_plus.png +0 -0
- data/app/assets/images/gentleface/48/document.png +0 -0
- data/app/assets/images/gentleface/48/download.png +0 -0
- data/app/assets/images/gentleface/48/emotion_sad.png +0 -0
- data/app/assets/images/gentleface/48/emotion_smile.png +0 -0
- data/app/assets/images/gentleface/48/expand.png +0 -0
- data/app/assets/images/gentleface/48/eye.png +0 -0
- data/app/assets/images/gentleface/48/eye_inv.png +0 -0
- data/app/assets/images/gentleface/48/facebook.png +0 -0
- data/app/assets/images/gentleface/48/filter.png +0 -0
- data/app/assets/images/gentleface/48/fire.png +0 -0
- data/app/assets/images/gentleface/48/flag.png +0 -0
- data/app/assets/images/gentleface/48/folder.png +0 -0
- data/app/assets/images/gentleface/48/folder_arrow.png +0 -0
- data/app/assets/images/gentleface/48/folder_delete.png +0 -0
- data/app/assets/images/gentleface/48/folder_minus.png +0 -0
- data/app/assets/images/gentleface/48/folder_open.png +0 -0
- data/app/assets/images/gentleface/48/folder_plus.png +0 -0
- data/app/assets/images/gentleface/48/font_bold.png +0 -0
- data/app/assets/images/gentleface/48/font_italic.png +0 -0
- data/app/assets/images/gentleface/48/font_size.png +0 -0
- data/app/assets/images/gentleface/48/font_strokethrough.png +0 -0
- data/app/assets/images/gentleface/48/font_underline.png +0 -0
- data/app/assets/images/gentleface/48/game_pad.png +0 -0
- data/app/assets/images/gentleface/48/globe_1.png +0 -0
- data/app/assets/images/gentleface/48/globe_2.png +0 -0
- data/app/assets/images/gentleface/48/globe_3.png +0 -0
- data/app/assets/images/gentleface/48/google.png +0 -0
- data/app/assets/images/gentleface/48/hand_1.png +0 -0
- data/app/assets/images/gentleface/48/hand_2.png +0 -0
- data/app/assets/images/gentleface/48/hand_contra.png +0 -0
- data/app/assets/images/gentleface/48/hand_pro.png +0 -0
- data/app/assets/images/gentleface/48/headphones.png +0 -0
- data/app/assets/images/gentleface/48/heart.png +0 -0
- data/app/assets/images/gentleface/48/heart_empty.png +0 -0
- data/app/assets/images/gentleface/48/home.png +0 -0
- data/app/assets/images/gentleface/48/image_text.png +0 -0
- data/app/assets/images/gentleface/48/inbox.png +0 -0
- data/app/assets/images/gentleface/48/indent_decrease.png +0 -0
- data/app/assets/images/gentleface/48/indent_increase.png +0 -0
- data/app/assets/images/gentleface/48/info.png +0 -0
- data/app/assets/images/gentleface/48/iphone.png +0 -0
- data/app/assets/images/gentleface/48/key.png +0 -0
- data/app/assets/images/gentleface/48/layers_1.png +0 -0
- data/app/assets/images/gentleface/48/layers_2.png +0 -0
- data/app/assets/images/gentleface/48/lightbulb.png +0 -0
- data/app/assets/images/gentleface/48/lighting.png +0 -0
- data/app/assets/images/gentleface/48/link.png +0 -0
- data/app/assets/images/gentleface/48/list_bullets.png +0 -0
- data/app/assets/images/gentleface/48/list_num.png +0 -0
- data/app/assets/images/gentleface/48/magic_wand.png +0 -0
- data/app/assets/images/gentleface/48/mail.png +0 -0
- data/app/assets/images/gentleface/48/mail_2.png +0 -0
- data/app/assets/images/gentleface/48/mic.png +0 -0
- data/app/assets/images/gentleface/48/monitor.png +0 -0
- data/app/assets/images/gentleface/48/movie.png +0 -0
- data/app/assets/images/gentleface/48/music.png +0 -0
- data/app/assets/images/gentleface/48/net_comp.png +0 -0
- data/app/assets/images/gentleface/48/network.png +0 -0
- data/app/assets/images/gentleface/48/notepad.png +0 -0
- data/app/assets/images/gentleface/48/notepad_2.png +0 -0
- data/app/assets/images/gentleface/48/on-off.png +0 -0
- data/app/assets/images/gentleface/48/openid.png +0 -0
- data/app/assets/images/gentleface/48/padlock_closed.png +0 -0
- data/app/assets/images/gentleface/48/padlock_open.png +0 -0
- data/app/assets/images/gentleface/48/page_layout.png +0 -0
- data/app/assets/images/gentleface/48/paragraph.png +0 -0
- data/app/assets/images/gentleface/48/pencil.png +0 -0
- data/app/assets/images/gentleface/48/phone.png +0 -0
- data/app/assets/images/gentleface/48/phone_1.png +0 -0
- data/app/assets/images/gentleface/48/phone_2.png +0 -0
- data/app/assets/images/gentleface/48/phone_touch.png +0 -0
- data/app/assets/images/gentleface/48/photo.png +0 -0
- data/app/assets/images/gentleface/48/picture.png +0 -0
- data/app/assets/images/gentleface/48/pin.png +0 -0
- data/app/assets/images/gentleface/48/pin_2.png +0 -0
- data/app/assets/images/gentleface/48/pin_map.png +0 -0
- data/app/assets/images/gentleface/48/pin_map_down.png +0 -0
- data/app/assets/images/gentleface/48/pin_map_left.png +0 -0
- data/app/assets/images/gentleface/48/pin_map_right.png +0 -0
- data/app/assets/images/gentleface/48/pin_map_top.png +0 -0
- data/app/assets/images/gentleface/48/pin_sq_down.png +0 -0
- data/app/assets/images/gentleface/48/pin_sq_left.png +0 -0
- data/app/assets/images/gentleface/48/pin_sq_right.png +0 -0
- data/app/assets/images/gentleface/48/pin_sq_top.png +0 -0
- data/app/assets/images/gentleface/48/playback_ff.png +0 -0
- data/app/assets/images/gentleface/48/playback_next.png +0 -0
- data/app/assets/images/gentleface/48/playback_pause.png +0 -0
- data/app/assets/images/gentleface/48/playback_play.png +0 -0
- data/app/assets/images/gentleface/48/playback_prev.png +0 -0
- data/app/assets/images/gentleface/48/playback_rec.png +0 -0
- data/app/assets/images/gentleface/48/playback_reload.png +0 -0
- data/app/assets/images/gentleface/48/playback_rew.png +0 -0
- data/app/assets/images/gentleface/48/playback_stop.png +0 -0
- data/app/assets/images/gentleface/48/preso.png +0 -0
- data/app/assets/images/gentleface/48/print.png +0 -0
- data/app/assets/images/gentleface/48/redo.png +0 -0
- data/app/assets/images/gentleface/48/rnd_br_down.png +0 -0
- data/app/assets/images/gentleface/48/rnd_br_first.png +0 -0
- data/app/assets/images/gentleface/48/rnd_br_last.png +0 -0
- data/app/assets/images/gentleface/48/rnd_br_next.png +0 -0
- data/app/assets/images/gentleface/48/rnd_br_prev.png +0 -0
- data/app/assets/images/gentleface/48/rnd_br_up.png +0 -0
- data/app/assets/images/gentleface/48/round.png +0 -0
- data/app/assets/images/gentleface/48/round_and_up.png +0 -0
- data/app/assets/images/gentleface/48/round_arrow_left.png +0 -0
- data/app/assets/images/gentleface/48/round_arrow_right.png +0 -0
- data/app/assets/images/gentleface/48/round_checkmark.png +0 -0
- data/app/assets/images/gentleface/48/round_delete.png +0 -0
- data/app/assets/images/gentleface/48/round_minus.png +0 -0
- data/app/assets/images/gentleface/48/round_plus.png +0 -0
- data/app/assets/images/gentleface/48/rss.png +0 -0
- data/app/assets/images/gentleface/48/rss_sq.png +0 -0
- data/app/assets/images/gentleface/48/sand.png +0 -0
- data/app/assets/images/gentleface/48/sat_dish.png +0 -0
- data/app/assets/images/gentleface/48/save.png +0 -0
- data/app/assets/images/gentleface/48/server.png +0 -0
- data/app/assets/images/gentleface/48/share.png +0 -0
- data/app/assets/images/gentleface/48/shop_cart.png +0 -0
- data/app/assets/images/gentleface/48/sound_high.png +0 -0
- data/app/assets/images/gentleface/48/sound_low.png +0 -0
- data/app/assets/images/gentleface/48/sound_mute.png +0 -0
- data/app/assets/images/gentleface/48/spechbubble.png +0 -0
- data/app/assets/images/gentleface/48/spechbubble_2.png +0 -0
- data/app/assets/images/gentleface/48/spechbubble_sq.png +0 -0
- data/app/assets/images/gentleface/48/spechbubble_sq_line.png +0 -0
- data/app/assets/images/gentleface/48/sq_br_down.png +0 -0
- data/app/assets/images/gentleface/48/sq_br_first.png +0 -0
- data/app/assets/images/gentleface/48/sq_br_last.png +0 -0
- data/app/assets/images/gentleface/48/sq_br_next.png +0 -0
- data/app/assets/images/gentleface/48/sq_br_prev.png +0 -0
- data/app/assets/images/gentleface/48/sq_br_up.png +0 -0
- data/app/assets/images/gentleface/48/sq_down.png +0 -0
- data/app/assets/images/gentleface/48/sq_minus.png +0 -0
- data/app/assets/images/gentleface/48/sq_next.png +0 -0
- data/app/assets/images/gentleface/48/sq_plus.png +0 -0
- data/app/assets/images/gentleface/48/sq_prev.png +0 -0
- data/app/assets/images/gentleface/48/sq_up.png +0 -0
- data/app/assets/images/gentleface/48/square_shape.png +0 -0
- data/app/assets/images/gentleface/48/star.png +0 -0
- data/app/assets/images/gentleface/48/star_fav.png +0 -0
- data/app/assets/images/gentleface/48/star_fav_empty.png +0 -0
- data/app/assets/images/gentleface/48/sun.png +0 -0
- data/app/assets/images/gentleface/48/tag.png +0 -0
- data/app/assets/images/gentleface/48/tape.png +0 -0
- data/app/assets/images/gentleface/48/target.png +0 -0
- data/app/assets/images/gentleface/48/text_curstor.png +0 -0
- data/app/assets/images/gentleface/48/text_letter_t.png +0 -0
- data/app/assets/images/gentleface/48/top_right_expand.png +0 -0
- data/app/assets/images/gentleface/48/trash.png +0 -0
- data/app/assets/images/gentleface/48/twitter.png +0 -0
- data/app/assets/images/gentleface/48/twitter_2.png +0 -0
- data/app/assets/images/gentleface/48/undo.png +0 -0
- data/app/assets/images/gentleface/48/user.png +0 -0
- data/app/assets/images/gentleface/48/users.png +0 -0
- data/app/assets/images/gentleface/48/wrench.png +0 -0
- data/app/assets/images/gentleface/48/wrench_plus.png +0 -0
- data/app/assets/images/gentleface/48/wrench_plus_2.png +0 -0
- data/app/assets/images/gentleface/48/zoom.png +0 -0
- data/app/assets/javascripts/contour/menu.js.coffee +0 -21
- data/app/assets/javascripts/contour/popup.js.coffee +0 -67
- data/app/assets/stylesheets/bluetrip-screen.css +0 -324
- data/app/assets/stylesheets/contour/global.css +0 -86
- data/app/assets/stylesheets/contour/header.css +0 -23
- data/app/assets/stylesheets/contour/menu.css +0 -109
- data/app/assets/stylesheets/contour/message.css +0 -39
- data/app/assets/stylesheets/contour/popup.css +0 -79
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<h2>Resend unlock instructions</h2>
|
|
2
|
+
|
|
3
|
+
<%= form_for(resource, :as => resource_name, :url => unlock_path(resource_name), :html => { :method => :post }) do |f| %>
|
|
4
|
+
<%= devise_error_messages! %>
|
|
5
|
+
|
|
6
|
+
<div><%= f.label :email %><br />
|
|
7
|
+
<%= f.email_field :email %></div>
|
|
8
|
+
|
|
9
|
+
<div><%= f.submit "Resend unlock instructions" %></div>
|
|
10
|
+
<% end %>
|
|
11
|
+
|
|
12
|
+
<%= render "links" %>
|
data/contour.gemspec
CHANGED
|
@@ -23,16 +23,17 @@ Gem::Specification.new do |s|
|
|
|
23
23
|
s.files = Dir["{app,config,db,lib}/**/*"] + ["CHANGELOG.rdoc", "contour.gemspec", "LICENSE", "Rakefile", "README.rdoc"]
|
|
24
24
|
s.test_files = Dir["test/**/*"]
|
|
25
25
|
|
|
26
|
-
s.add_dependency 'rails', '~> 3.2.
|
|
27
|
-
s.add_dependency '
|
|
28
|
-
s.add_dependency '
|
|
29
|
-
s.add_dependency '
|
|
26
|
+
s.add_dependency 'rails', '~> 3.2.3'
|
|
27
|
+
s.add_dependency 'twitter-bootstrap-rails', '~> 2.0.6'
|
|
28
|
+
s.add_dependency 'jquery-rails', '~> 2.0.2'
|
|
29
|
+
s.add_dependency 'devise', '~> 2.0.4'
|
|
30
|
+
s.add_dependency 'omniauth', '~> 1.0.3'
|
|
30
31
|
s.add_dependency 'omniauth-openid', '~> 1.0.1'
|
|
31
32
|
s.add_dependency 'omniauth-ldap', '~> 1.0.2'
|
|
32
|
-
s.add_dependency 'omniauth-twitter', '~> 0.0.
|
|
33
|
+
s.add_dependency 'omniauth-twitter', '~> 0.0.10'
|
|
33
34
|
s.add_dependency 'omniauth-facebook', '~> 1.2.0'
|
|
34
35
|
s.add_dependency 'omniauth-linkedin', '~> 0.0.6'
|
|
35
|
-
s.add_dependency 'omniauth-cas', '~> 0.0.
|
|
36
|
+
s.add_dependency 'omniauth-cas', '~> 0.0.6'
|
|
36
37
|
|
|
37
38
|
s.add_development_dependency "sqlite3"
|
|
38
39
|
end
|
data/lib/contour.rb
CHANGED
|
@@ -31,13 +31,14 @@ module Contour
|
|
|
31
31
|
@@menu_items = [
|
|
32
32
|
{
|
|
33
33
|
name: 'Login', display: 'not_signed_in', path: 'new_user_session_path', position: 'right', condition: 'true',
|
|
34
|
-
links: [{ name: 'Sign Up', path: 'new_user_registration_path' }
|
|
34
|
+
links: [{ name: 'Sign Up', path: 'new_user_registration_path' },
|
|
35
|
+
{ divider: true },
|
|
36
|
+
{ authentications: true }]
|
|
35
37
|
},
|
|
36
38
|
{
|
|
37
|
-
name: 'current_user.
|
|
38
|
-
links: [{
|
|
39
|
-
{
|
|
40
|
-
{ html: "<br />" },
|
|
39
|
+
name: 'current_user.email', eval: true, display: 'signed_in', position: 'right', condition: 'true',
|
|
40
|
+
links: [{ name: 'Authentications', path: 'authentications_path', condition: 'not PROVIDERS.blank?' },
|
|
41
|
+
{ divider: true },
|
|
41
42
|
{ name: 'Logout', path: 'destroy_user_session_path' }]
|
|
42
43
|
},
|
|
43
44
|
{
|
data/lib/contour/engine.rb
CHANGED
data/lib/contour/fixes/rack.rb
CHANGED
|
@@ -3,8 +3,8 @@ module Rack
|
|
|
3
3
|
class Request
|
|
4
4
|
def host_with_port
|
|
5
5
|
if forwarded = @env["HTTP_X_FORWARDED_HOST"]
|
|
6
|
-
Rails.logger.info "\n\nContour::Fixes Rack::Request::host_with_port"
|
|
7
|
-
Rails.logger.info "@env[HTTP_X_FORWARDED_HOST]: #{@env["HTTP_X_FORWARDED_HOST"]} USING: #{forwarded.split(/,\s?/).first}\n\n"
|
|
6
|
+
# Rails.logger.info "\n\nContour::Fixes Rack::Request::host_with_port"
|
|
7
|
+
# Rails.logger.info "@env[HTTP_X_FORWARDED_HOST]: #{@env["HTTP_X_FORWARDED_HOST"]} USING: #{forwarded.split(/,\s?/).first}\n\n"
|
|
8
8
|
# forwarded.split(/,\s?/).last
|
|
9
9
|
# changed forwarded to first since we don't want the internal IP.
|
|
10
10
|
forwarded.split(/,\s?/).first
|
|
@@ -13,4 +13,4 @@ module Rack
|
|
|
13
13
|
end
|
|
14
14
|
end
|
|
15
15
|
end
|
|
16
|
-
end
|
|
16
|
+
end
|
data/lib/contour/version.rb
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
module Contour
|
|
2
2
|
module VERSION #:nodoc:
|
|
3
|
-
MAJOR =
|
|
4
|
-
MINOR =
|
|
5
|
-
TINY =
|
|
6
|
-
BUILD =
|
|
3
|
+
MAJOR = 1
|
|
4
|
+
MINOR = 0
|
|
5
|
+
TINY = 0
|
|
6
|
+
BUILD = "beta" # nil, "pre", "rc", "rc2"
|
|
7
7
|
|
|
8
8
|
STRING = [MAJOR, MINOR, TINY, BUILD].compact.join('.')
|
|
9
9
|
end
|
|
@@ -21,13 +21,14 @@ Contour.setup do |config|
|
|
|
21
21
|
# [
|
|
22
22
|
# {
|
|
23
23
|
# name: 'Login', display: 'not_signed_in', path: 'new_user_session_path', position: 'right', condition: 'true',
|
|
24
|
-
# links: [{ name: 'Sign Up', path: 'new_user_registration_path' }
|
|
24
|
+
# links: [{ name: 'Sign Up', path: 'new_user_registration_path' },
|
|
25
|
+
# { divider: true },
|
|
26
|
+
# { authentications: true }]
|
|
25
27
|
# },
|
|
26
28
|
# {
|
|
27
|
-
# name: 'current_user.
|
|
28
|
-
# links: [{
|
|
29
|
-
# {
|
|
30
|
-
# { html: "<br />" },
|
|
29
|
+
# name: 'current_user.email', eval: true, display: 'signed_in', position: 'right', condition: 'true',
|
|
30
|
+
# links: [{ name: 'Authentications', path: 'authentications_path', condition: 'not PROVIDERS.blank?' },
|
|
31
|
+
# { divider: true },
|
|
31
32
|
# { name: 'Logout', path: 'destroy_user_session_path' }]
|
|
32
33
|
# },
|
|
33
34
|
# {
|
data/test/dummy/db/test.sqlite3
CHANGED
|
Binary file
|
data/test/dummy/log/test.log
CHANGED
|
@@ -31457,3 +31457,530 @@ Completed 401 Unauthorized in 87ms
|
|
|
31457
31457
|
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
31458
31458
|
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
31459
31459
|
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
31460
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
31461
|
+
[1m[35mFixture Delete (40.0ms)[0m DELETE FROM "authentications"
|
|
31462
|
+
[1m[36mFixture Insert (1.3ms)[0m [1mINSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('open_id', 'open_id@open_id.com', '2012-04-03 15:01:44', '2012-04-03 15:01:44', 949717663, 201799169)[0m
|
|
31463
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('google_apps', 'test@gmail.com', '2012-04-03 15:01:44', '2012-04-03 15:01:44', 876923740, 201799169)
|
|
31464
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('ldap', 'CN=ldapid,CN=Users,DC=example,DC=com', '2012-04-03 15:01:44', '2012-04-03 15:01:44', 864673665, 201799169)[0m
|
|
31465
|
+
[1m[35mFixture Delete (7.9ms)[0m DELETE FROM "users"
|
|
31466
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "users" ("first_name", "last_name", "status", "deleted", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "created_at", "updated_at", "id") VALUES ('FirstName', 'LastName', 'active', 'f', 'valid@example.com', '$2a$10$ZgXIxDCn.TjuCgsnS9iEp.Z1LlmQ71FGKgZe/kdCaVvgvnAAcUaz2', 'ResetTokenOne', 'MyDate', 'MyDate', 0, 'MyDate', 'MyDate', 'MyString', 'MyString', '2012-04-03 15:01:44', '2012-04-03 15:01:44', 201799169)[0m
|
|
31467
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "users" ("first_name", "last_name", "status", "deleted", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'inactive', 'f', 'EmailTwo', 'MyString', 'ResetTokenTwo', 'MyDate', 'MyDate', 0, 'MyDate', 'MyDate', 'MyString', 'MyString', '2012-04-03 15:01:44', '2012-04-03 15:01:44', 999914115)
|
|
31468
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "users" ("first_name", "last_name", "status", "deleted", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "created_at", "updated_at", "id") VALUES ('Deleted', 'User', 'active', 't', 'deleted@example.com', 'MyString', 'ResetTokenFive', 'MyDate', '2011-02-23', 0, '2011-02-23', '2011-02-23', 'MyString', 'MyString', '2012-04-03 15:01:44', '2012-04-03 15:01:44', 725306934)[0m
|
|
31469
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "users" ("first_name", "last_name", "status", "deleted", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'pending', 'f', 'pending@example.com', 'MyString', 'ResetTokenFour', 'MyDate', '2011-02-23', 0, '2011-02-23', '2011-02-23', 'MyString', 'MyString', '2012-04-03 15:01:44', '2012-04-03 15:01:44', 349534908)
|
|
31470
|
+
[1m[36m (2.2ms)[0m [1mcommit transaction[0m
|
|
31471
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
31472
|
+
[1m[36mAuthentication Load (0.3ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1[0m [["id", 876923740]]
|
|
31473
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
31474
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
31475
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
|
31476
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
31477
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
31478
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
31479
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
|
31480
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" [0m
|
|
31481
|
+
Processing by Contour::AuthenticationsController#create as HTML
|
|
31482
|
+
Parameters: {"authentication"=>{"id"=>"949717663", "user_id"=>"201799169", "provider"=>"open_id", "uid"=>"open_id@open_id.com", "created_at"=>"2012-04-03 15:01:44 UTC", "updated_at"=>"2012-04-03 15:01:44 UTC"}}
|
|
31483
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."provider" = 'google_apps' AND "authentications"."uid" = 'test@example.com' LIMIT 1
|
|
31484
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1[0m
|
|
31485
|
+
Logged in user found, creating associated authentication.
|
|
31486
|
+
[1m[35m (25.8ms)[0m SAVEPOINT active_record_1
|
|
31487
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "authentications" ("created_at", "provider", "uid", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Tue, 03 Apr 2012 15:01:44 UTC +00:00], ["provider", "google_apps"], ["uid", "test@example.com"], ["updated_at", Tue, 03 Apr 2012 15:01:44 UTC +00:00], ["user_id", 201799169]]
|
|
31488
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
|
31489
|
+
Redirected to http://test.host/authentications
|
|
31490
|
+
Completed 302 Found in 68ms (ActiveRecord: 26.6ms)
|
|
31491
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" [0m
|
|
31492
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
|
31493
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
31494
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
31495
|
+
[1m[36mAuthentication Load (0.0ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1[0m [["id", 949717663]]
|
|
31496
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications"
|
|
31497
|
+
Processing by Contour::AuthenticationsController#destroy as HTML
|
|
31498
|
+
Parameters: {"id"=>"949717663"}
|
|
31499
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1[0m
|
|
31500
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169 AND "authentications"."id" = ? LIMIT 1 [["id", "949717663"]]
|
|
31501
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
31502
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "authentications" WHERE "authentications"."id" = ? [["id", 949717663]]
|
|
31503
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
31504
|
+
Redirected to http://test.host/authentications
|
|
31505
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.6ms)
|
|
31506
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications"
|
|
31507
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
|
31508
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
31509
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
31510
|
+
[1m[35mAuthentication Load (0.0ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
|
31511
|
+
Processing by Contour::AuthenticationsController#index as HTML
|
|
31512
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1[0m
|
|
31513
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 201799169
|
|
31514
|
+
[1m[36mAuthentication Load (0.1ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169[0m
|
|
31515
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_index.html.erb (2.3ms)
|
|
31516
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_message.html.erb (1.0ms)
|
|
31517
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (1.9ms)
|
|
31518
|
+
Completed 200 OK in 118ms (Views: 115.9ms | ActiveRecord: 0.4ms)
|
|
31519
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
31520
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
31521
|
+
Processing by Contour::PasswordsController#create as HTML
|
|
31522
|
+
Parameters: {"user"=>{"email"=>"valid@example.com"}}
|
|
31523
|
+
[1m[35mUser Load (0.3ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
|
|
31524
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."reset_password_token" = 'HCztKyynhydWD1zoZQQA' LIMIT 1[0m
|
|
31525
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
31526
|
+
[1m[36m (0.3ms)[0m [1mUPDATE "users" SET "reset_password_token" = 'HCztKyynhydWD1zoZQQA', "reset_password_sent_at" = '2012-04-03 15:01:45.042791', "updated_at" = '2012-04-03 15:01:45.043635' WHERE "users"."id" = 201799169[0m
|
|
31527
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
31528
|
+
|
|
31529
|
+
Sent mail to valid@example.com (48ms)
|
|
31530
|
+
Date: Tue, 03 Apr 2012 11:01:45 -0400
|
|
31531
|
+
From: please-change-me-at-config-initializers-devise@example.com
|
|
31532
|
+
Reply-To: please-change-me-at-config-initializers-devise@example.com
|
|
31533
|
+
To: valid@example.com
|
|
31534
|
+
Message-ID: <4f7b10d924c49_11c8e3fd565c34cd49076d@edge.mail>
|
|
31535
|
+
Subject: Reset password instructions
|
|
31536
|
+
Mime-Version: 1.0
|
|
31537
|
+
Content-Type: text/html;
|
|
31538
|
+
charset=UTF-8
|
|
31539
|
+
Content-Transfer-Encoding: 7bit
|
|
31540
|
+
|
|
31541
|
+
<p>Hello valid@example.com!</p>
|
|
31542
|
+
|
|
31543
|
+
<p>Someone has requested a link to change your password, and you can do this through the link below.</p>
|
|
31544
|
+
|
|
31545
|
+
<p><a href="http://localhost:3000/users/password/edit?reset_password_token=HCztKyynhydWD1zoZQQA">Change my password</a></p>
|
|
31546
|
+
|
|
31547
|
+
<p>If you didn't request this, please ignore this email.</p>
|
|
31548
|
+
<p>Your password won't change until you access the link above and create a new one.</p>
|
|
31549
|
+
|
|
31550
|
+
Redirected to http://test.host/users/login
|
|
31551
|
+
Completed 302 Found in 177ms (ActiveRecord: 0.0ms)
|
|
31552
|
+
[1m[36m (0.5ms)[0m [1mrollback transaction[0m
|
|
31553
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
31554
|
+
Processing by Contour::PasswordsController#new as HTML
|
|
31555
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_message.html.erb (0.1ms)
|
|
31556
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (2.1ms)
|
|
31557
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (4.5ms)
|
|
31558
|
+
Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.0ms)
|
|
31559
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
31560
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
31561
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
31562
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
31563
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
31564
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
|
31565
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 725306934]]
|
|
31566
|
+
|
|
31567
|
+
|
|
31568
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2012-04-03 11:01:45 -0400
|
|
31569
|
+
Processing by WelcomeController#logged_in_page as HTML
|
|
31570
|
+
Completed 401 Unauthorized in 1ms
|
|
31571
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
31572
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1[0m
|
|
31573
|
+
Binary data inserted for `string` type on column `encrypted_password`
|
|
31574
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "deleted", "email", "encrypted_password", "first_name", "last_name", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "status", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 03 Apr 2012 15:01:45 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "deleted-2@example.com"], ["encrypted_password", "$2a$10$JvjDtt/7dfPA5/50mVGDPuccYxJPk22lYYREsMn6sHXsmwS5k0Q9K"], ["first_name", "Deleted"], ["last_name", "User"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["status", "pending"], ["updated_at", Tue, 03 Apr 2012 15:01:45 UTC +00:00]]
|
|
31575
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
31576
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
31577
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116[0m
|
|
31578
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
31579
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
31580
|
+
[1m[35m (0.3ms)[0m UPDATE "users" SET "status" = 'active', "updated_at" = '2012-04-03 15:01:45.387727' WHERE "users"."id" = 999914116
|
|
31581
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
31582
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
31583
|
+
[1m[36m (0.1ms)[0m [1mUPDATE "users" SET "deleted" = 't', "updated_at" = '2012-04-03 15:01:45.389144' WHERE "users"."id" = 999914116[0m
|
|
31584
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
31585
|
+
|
|
31586
|
+
|
|
31587
|
+
Started POST "/users/login" for 127.0.0.1 at 2012-04-03 11:01:45 -0400
|
|
31588
|
+
Processing by Contour::SessionsController#create as HTML
|
|
31589
|
+
Parameters: {"user"=>{"email"=>"deleted-2@example.com", "password"=>"[FILTERED]"}}
|
|
31590
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1[0m
|
|
31591
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
31592
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
31593
|
+
Completed 401 Unauthorized in 86ms
|
|
31594
|
+
|
|
31595
|
+
|
|
31596
|
+
Started GET "/users/login" for 127.0.0.1 at 2012-04-03 11:01:45 -0400
|
|
31597
|
+
Processing by Contour::SessionsController#new as HTML
|
|
31598
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.6ms)
|
|
31599
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_message.html.erb (0.1ms)
|
|
31600
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (1.6ms)
|
|
31601
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (2.9ms)
|
|
31602
|
+
Completed 200 OK in 27ms (Views: 25.9ms | ActiveRecord: 0.0ms)
|
|
31603
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
|
31604
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
31605
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
31606
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 349534908]]
|
|
31607
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
|
|
31608
|
+
|
|
31609
|
+
|
|
31610
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2012-04-03 11:01:45 -0400
|
|
31611
|
+
Processing by WelcomeController#logged_in_page as HTML
|
|
31612
|
+
Completed 401 Unauthorized in 0ms
|
|
31613
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
31614
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
|
|
31615
|
+
Binary data inserted for `string` type on column `encrypted_password`
|
|
31616
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "deleted", "email", "encrypted_password", "first_name", "last_name", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "status", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 03 Apr 2012 15:01:45 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "valid-2@example.com"], ["encrypted_password", "$2a$10$mXvL66ZepGN882mnUkEZUumbtzbePZFa/JWAKA3uVkedvdoXkCjNa"], ["first_name", "FirstName"], ["last_name", "LastName"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["status", "pending"], ["updated_at", Tue, 03 Apr 2012 15:01:45 UTC +00:00]]
|
|
31617
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
31618
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
31619
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
|
|
31620
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
31621
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
31622
|
+
[1m[36m (0.4ms)[0m [1mUPDATE "users" SET "status" = 'active', "updated_at" = '2012-04-03 15:01:45.609963' WHERE "users"."id" = 999914116[0m
|
|
31623
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
31624
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
31625
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
31626
|
+
|
|
31627
|
+
|
|
31628
|
+
Started POST "/users/login" for 127.0.0.1 at 2012-04-03 11:01:45 -0400
|
|
31629
|
+
Processing by Contour::SessionsController#create as HTML
|
|
31630
|
+
Parameters: {"user"=>{"email"=>"valid-2@example.com", "password"=>"[FILTERED]"}}
|
|
31631
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1[0m
|
|
31632
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
31633
|
+
[1m[36m (0.1ms)[0m [1mUPDATE "users" SET "last_sign_in_at" = '2012-04-03 15:01:45.702857', "current_sign_in_at" = '2012-04-03 15:01:45.702857', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-04-03 15:01:45.703404' WHERE "users"."id" = 999914116[0m
|
|
31634
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
31635
|
+
Redirected to http://www.example.com/logged_in_page
|
|
31636
|
+
Completed 302 Found in 89ms (ActiveRecord: 0.0ms)
|
|
31637
|
+
|
|
31638
|
+
|
|
31639
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2012-04-03 11:01:45 -0400
|
|
31640
|
+
Processing by WelcomeController#logged_in_page as HTML
|
|
31641
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 999914116 LIMIT 1[0m
|
|
31642
|
+
Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.1ms)
|
|
31643
|
+
[1m[35m (1.0ms)[0m rollback transaction
|
|
31644
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
31645
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
31646
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 349534908]]
|
|
31647
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
|
|
31648
|
+
|
|
31649
|
+
|
|
31650
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2012-04-03 11:01:45 -0400
|
|
31651
|
+
Processing by WelcomeController#logged_in_page as HTML
|
|
31652
|
+
Completed 401 Unauthorized in 0ms
|
|
31653
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
31654
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1
|
|
31655
|
+
Binary data inserted for `string` type on column `encrypted_password`
|
|
31656
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "deleted", "email", "encrypted_password", "first_name", "last_name", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "status", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 03 Apr 2012 15:01:45 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "pending-2@example.com"], ["encrypted_password", "$2a$10$3CpdOI4T3jEU8lrNqztasOJsJBwZ0iyZ7wV4hTBbS9AAIB3j9tFx."], ["first_name", "MyString"], ["last_name", "MyString"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["status", "pending"], ["updated_at", Tue, 03 Apr 2012 15:01:45 UTC +00:00]]
|
|
31657
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
31658
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
31659
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
|
|
31660
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
31661
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
31662
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
31663
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
31664
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
31665
|
+
|
|
31666
|
+
|
|
31667
|
+
Started POST "/users/login" for 127.0.0.1 at 2012-04-03 11:01:45 -0400
|
|
31668
|
+
Processing by Contour::SessionsController#create as HTML
|
|
31669
|
+
Parameters: {"user"=>{"email"=>"pending-2@example.com", "password"=>"[FILTERED]"}}
|
|
31670
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1
|
|
31671
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
31672
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
31673
|
+
Completed 401 Unauthorized in 83ms
|
|
31674
|
+
|
|
31675
|
+
|
|
31676
|
+
Started GET "/users/login" for 127.0.0.1 at 2012-04-03 11:01:45 -0400
|
|
31677
|
+
Processing by Contour::SessionsController#new as HTML
|
|
31678
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_latest_news.html.erb (0.1ms)
|
|
31679
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_message.html.erb (0.2ms)
|
|
31680
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (1.5ms)
|
|
31681
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (2.7ms)
|
|
31682
|
+
Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms)
|
|
31683
|
+
[1m[36m (1.1ms)[0m [1mrollback transaction[0m
|
|
31684
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
31685
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
31686
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
|
31687
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 725306934]]
|
|
31688
|
+
|
|
31689
|
+
|
|
31690
|
+
Started GET "/" for 127.0.0.1 at 2012-04-03 11:01:45 -0400
|
|
31691
|
+
Processing by WelcomeController#index as HTML
|
|
31692
|
+
Completed 401 Unauthorized in 1ms
|
|
31693
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
31694
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
31695
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
31696
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 349534908]]
|
|
31697
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
|
|
31698
|
+
|
|
31699
|
+
|
|
31700
|
+
Started GET "/logged_in_page.json" for 127.0.0.1 at 2012-04-03 11:01:45 -0400
|
|
31701
|
+
Processing by WelcomeController#logged_in_page as JSON
|
|
31702
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1[0m
|
|
31703
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
31704
|
+
[1m[36m (0.2ms)[0m [1mUPDATE "users" SET "last_sign_in_at" = '2012-04-03 15:01:46.026517', "current_sign_in_at" = '2012-04-03 15:01:46.026517', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-04-03 15:01:46.027136' WHERE "users"."id" = 201799169[0m
|
|
31705
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
31706
|
+
Completed 200 OK in 90ms (Views: 0.2ms | ActiveRecord: 0.5ms)
|
|
31707
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
|
31708
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
31709
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
31710
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
|
31711
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 725306934]]
|
|
31712
|
+
|
|
31713
|
+
|
|
31714
|
+
Started GET "/logged_in_page.json" for 127.0.0.1 at 2012-04-03 11:01:46 -0400
|
|
31715
|
+
Processing by WelcomeController#logged_in_page as JSON
|
|
31716
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
|
|
31717
|
+
Completed 401 Unauthorized in 85ms
|
|
31718
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
31719
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
31720
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
31721
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
31722
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
31723
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
31724
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
31725
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
31726
|
+
[1m[35mFixture Delete (16.8ms)[0m DELETE FROM "authentications"
|
|
31727
|
+
[1m[36mFixture Insert (0.8ms)[0m [1mINSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('open_id', 'open_id@open_id.com', '2012-04-26 14:15:54', '2012-04-26 14:15:54', 949717663, 201799169)[0m
|
|
31728
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('google_apps', 'test@gmail.com', '2012-04-26 14:15:54', '2012-04-26 14:15:54', 876923740, 201799169)
|
|
31729
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "authentications" ("provider", "uid", "created_at", "updated_at", "id", "user_id") VALUES ('ldap', 'CN=ldapid,CN=Users,DC=example,DC=com', '2012-04-26 14:15:54', '2012-04-26 14:15:54', 864673665, 201799169)[0m
|
|
31730
|
+
[1m[35mFixture Delete (1.0ms)[0m DELETE FROM "users"
|
|
31731
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "users" ("first_name", "last_name", "status", "deleted", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "created_at", "updated_at", "id") VALUES ('FirstName', 'LastName', 'active', 'f', 'valid@example.com', '$2a$10$ZgXIxDCn.TjuCgsnS9iEp.Z1LlmQ71FGKgZe/kdCaVvgvnAAcUaz2', 'ResetTokenOne', 'MyDate', 'MyDate', 0, 'MyDate', 'MyDate', 'MyString', 'MyString', '2012-04-26 14:15:54', '2012-04-26 14:15:54', 201799169)[0m
|
|
31732
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "users" ("first_name", "last_name", "status", "deleted", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'inactive', 'f', 'EmailTwo', 'MyString', 'ResetTokenTwo', 'MyDate', 'MyDate', 0, 'MyDate', 'MyDate', 'MyString', 'MyString', '2012-04-26 14:15:54', '2012-04-26 14:15:54', 999914115)
|
|
31733
|
+
[1m[36mFixture Insert (0.1ms)[0m [1mINSERT INTO "users" ("first_name", "last_name", "status", "deleted", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "created_at", "updated_at", "id") VALUES ('Deleted', 'User', 'active', 't', 'deleted@example.com', 'MyString', 'ResetTokenFive', 'MyDate', '2011-02-23', 0, '2011-02-23', '2011-02-23', 'MyString', 'MyString', '2012-04-26 14:15:54', '2012-04-26 14:15:54', 725306934)[0m
|
|
31734
|
+
[1m[35mFixture Insert (0.1ms)[0m INSERT INTO "users" ("first_name", "last_name", "status", "deleted", "email", "encrypted_password", "reset_password_token", "reset_password_sent_at", "remember_created_at", "sign_in_count", "current_sign_in_at", "last_sign_in_at", "current_sign_in_ip", "last_sign_in_ip", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', 'pending', 'f', 'pending@example.com', 'MyString', 'ResetTokenFour', 'MyDate', '2011-02-23', 0, '2011-02-23', '2011-02-23', 'MyString', 'MyString', '2012-04-26 14:15:54', '2012-04-26 14:15:54', 349534908)
|
|
31735
|
+
[1m[36m (2.0ms)[0m [1mcommit transaction[0m
|
|
31736
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
31737
|
+
[1m[36mAuthentication Load (0.3ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1[0m [["id", 876923740]]
|
|
31738
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
31739
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
31740
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
|
31741
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
31742
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
31743
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
31744
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
|
31745
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" [0m
|
|
31746
|
+
Processing by Contour::AuthenticationsController#create as HTML
|
|
31747
|
+
Parameters: {"authentication"=>{"id"=>"949717663", "user_id"=>"201799169", "provider"=>"open_id", "uid"=>"open_id@open_id.com", "created_at"=>"2012-04-26 14:15:54 UTC", "updated_at"=>"2012-04-26 14:15:54 UTC"}}
|
|
31748
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."provider" = 'google_apps' AND "authentications"."uid" = 'test@example.com' LIMIT 1
|
|
31749
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1[0m
|
|
31750
|
+
Logged in user found, creating associated authentication.
|
|
31751
|
+
[1m[35m (9.7ms)[0m SAVEPOINT active_record_1
|
|
31752
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "authentications" ("created_at", "provider", "uid", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?)[0m [["created_at", Thu, 26 Apr 2012 14:15:54 UTC +00:00], ["provider", "google_apps"], ["uid", "test@example.com"], ["updated_at", Thu, 26 Apr 2012 14:15:54 UTC +00:00], ["user_id", 201799169]]
|
|
31753
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
31754
|
+
Redirected to http://test.host/authentications
|
|
31755
|
+
Completed 302 Found in 100ms (ActiveRecord: 10.5ms)
|
|
31756
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" [0m
|
|
31757
|
+
[1m[35m (0.6ms)[0m rollback transaction
|
|
31758
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
31759
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
31760
|
+
[1m[36mAuthentication Load (0.0ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1[0m [["id", 949717663]]
|
|
31761
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications"
|
|
31762
|
+
Processing by Contour::AuthenticationsController#destroy as HTML
|
|
31763
|
+
Parameters: {"id"=>"949717663"}
|
|
31764
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1[0m
|
|
31765
|
+
[1m[35mAuthentication Load (0.1ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169 AND "authentications"."id" = ? LIMIT 1 [["id", "949717663"]]
|
|
31766
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
31767
|
+
[1m[35mSQL (0.3ms)[0m DELETE FROM "authentications" WHERE "authentications"."id" = ? [["id", 949717663]]
|
|
31768
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
31769
|
+
Redirected to http://test.host/authentications
|
|
31770
|
+
Completed 302 Found in 5ms (ActiveRecord: 0.6ms)
|
|
31771
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications"
|
|
31772
|
+
[1m[36m (0.7ms)[0m [1mrollback transaction[0m
|
|
31773
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
31774
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
31775
|
+
[1m[35mAuthentication Load (0.0ms)[0m SELECT "authentications".* FROM "authentications" WHERE "authentications"."id" = ? LIMIT 1 [["id", 949717663]]
|
|
31776
|
+
Processing by Contour::AuthenticationsController#index as HTML
|
|
31777
|
+
[1m[36mUser Load (0.2ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 201799169 LIMIT 1[0m
|
|
31778
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 201799169
|
|
31779
|
+
[1m[36mAuthentication Load (0.1ms)[0m [1mSELECT "authentications".* FROM "authentications" WHERE "authentications"."user_id" = 201799169[0m
|
|
31780
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_index.html.erb (29.7ms)
|
|
31781
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (2.5ms)
|
|
31782
|
+
Completed 200 OK in 126ms (Views: 124.4ms | ActiveRecord: 0.4ms)
|
|
31783
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
31784
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
31785
|
+
Processing by Contour::PasswordsController#create as HTML
|
|
31786
|
+
Parameters: {"user"=>{"email"=>"valid@example.com"}}
|
|
31787
|
+
[1m[35mUser Load (0.2ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
|
|
31788
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."reset_password_token" = 'TK7SSGUQ3Sc6Fh18PDxC' LIMIT 1[0m
|
|
31789
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
31790
|
+
[1m[36m (0.3ms)[0m [1mUPDATE "users" SET "reset_password_token" = 'TK7SSGUQ3Sc6Fh18PDxC', "reset_password_sent_at" = '2012-04-26 14:15:55.100249', "updated_at" = '2012-04-26 14:15:55.100953' WHERE "users"."id" = 201799169[0m
|
|
31791
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
31792
|
+
|
|
31793
|
+
Sent mail to valid@example.com (38ms)
|
|
31794
|
+
Date: Thu, 26 Apr 2012 10:15:55 -0400
|
|
31795
|
+
From: please-change-me-at-config-initializers-devise@example.com
|
|
31796
|
+
Reply-To: please-change-me-at-config-initializers-devise@example.com
|
|
31797
|
+
To: valid@example.com
|
|
31798
|
+
Message-ID: <4f99589b3bc70_11ccf3fcec1034ce0232e9@edge.mail>
|
|
31799
|
+
Subject: Reset password instructions
|
|
31800
|
+
Mime-Version: 1.0
|
|
31801
|
+
Content-Type: text/html;
|
|
31802
|
+
charset=UTF-8
|
|
31803
|
+
Content-Transfer-Encoding: 7bit
|
|
31804
|
+
|
|
31805
|
+
<p>Hello valid@example.com!</p>
|
|
31806
|
+
|
|
31807
|
+
<p>Someone has requested a link to change your password, and you can do this through the link below.</p>
|
|
31808
|
+
|
|
31809
|
+
<p><a href="http://localhost:3000/users/password/edit?reset_password_token=TK7SSGUQ3Sc6Fh18PDxC">Change my password</a></p>
|
|
31810
|
+
|
|
31811
|
+
<p>If you didn't request this, please ignore this email.</p>
|
|
31812
|
+
<p>Your password won't change until you access the link above and create a new one.</p>
|
|
31813
|
+
|
|
31814
|
+
Redirected to http://test.host/users/login
|
|
31815
|
+
Completed 302 Found in 165ms (ActiveRecord: 0.0ms)
|
|
31816
|
+
[1m[36m (0.9ms)[0m [1mrollback transaction[0m
|
|
31817
|
+
[1m[35m (0.0ms)[0m begin transaction
|
|
31818
|
+
Processing by Contour::PasswordsController#new as HTML
|
|
31819
|
+
Rendered /usr/local/rvm/gems/ruby-1.9.3-p125/gems/devise-2.0.4/app/views/devise/_links.erb (1.7ms)
|
|
31820
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (2.1ms)
|
|
31821
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (4.6ms)
|
|
31822
|
+
Completed 200 OK in 46ms (Views: 45.3ms | ActiveRecord: 0.0ms)
|
|
31823
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
31824
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
31825
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
|
31826
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
31827
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
31828
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
|
31829
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 725306934]]
|
|
31830
|
+
|
|
31831
|
+
|
|
31832
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2012-04-26 10:15:55 -0400
|
|
31833
|
+
Processing by WelcomeController#logged_in_page as HTML
|
|
31834
|
+
Completed 401 Unauthorized in 0ms
|
|
31835
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
31836
|
+
[1m[36mUser Exists (0.1ms)[0m [1mSELECT 1 FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1[0m
|
|
31837
|
+
Binary data inserted for `string` type on column `encrypted_password`
|
|
31838
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "deleted", "email", "encrypted_password", "first_name", "last_name", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "status", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Thu, 26 Apr 2012 14:15:55 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "deleted-2@example.com"], ["encrypted_password", "$2a$04$BAKPsSPfsM1xkTSXqPUn9.tJ3mvVWp0u2vj26vA2yronHAYmJgVeC"], ["first_name", "Deleted"], ["last_name", "User"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["status", "pending"], ["updated_at", Thu, 26 Apr 2012 14:15:55 UTC +00:00]]
|
|
31839
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
31840
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
31841
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116[0m
|
|
31842
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
31843
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
31844
|
+
[1m[35m (0.3ms)[0m UPDATE "users" SET "status" = 'active', "updated_at" = '2012-04-26 14:15:55.393001' WHERE "users"."id" = 999914116
|
|
31845
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
31846
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
31847
|
+
[1m[36m (0.1ms)[0m [1mUPDATE "users" SET "deleted" = 't', "updated_at" = '2012-04-26 14:15:55.394167' WHERE "users"."id" = 999914116[0m
|
|
31848
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
31849
|
+
|
|
31850
|
+
|
|
31851
|
+
Started POST "/users/login" for 127.0.0.1 at 2012-04-26 10:15:55 -0400
|
|
31852
|
+
Processing by Contour::SessionsController#create as HTML
|
|
31853
|
+
Parameters: {"user"=>{"email"=>"deleted-2@example.com", "password"=>"[FILTERED]"}}
|
|
31854
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'deleted-2@example.com' LIMIT 1[0m
|
|
31855
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
31856
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
31857
|
+
Completed 401 Unauthorized in 25ms
|
|
31858
|
+
|
|
31859
|
+
|
|
31860
|
+
Started GET "/users/login" for 127.0.0.1 at 2012-04-26 10:15:55 -0400
|
|
31861
|
+
Processing by Contour::SessionsController#new as HTML
|
|
31862
|
+
Rendered /usr/local/rvm/gems/ruby-1.9.3-p125/gems/devise-2.0.4/app/views/devise/_links.erb (0.6ms)
|
|
31863
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (1.5ms)
|
|
31864
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (3.1ms)
|
|
31865
|
+
Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.0ms)
|
|
31866
|
+
[1m[35m (0.8ms)[0m rollback transaction
|
|
31867
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
31868
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
31869
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 349534908]]
|
|
31870
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
|
|
31871
|
+
|
|
31872
|
+
|
|
31873
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2012-04-26 10:15:55 -0400
|
|
31874
|
+
Processing by WelcomeController#logged_in_page as HTML
|
|
31875
|
+
Completed 401 Unauthorized in 0ms
|
|
31876
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
31877
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1
|
|
31878
|
+
Binary data inserted for `string` type on column `encrypted_password`
|
|
31879
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "deleted", "email", "encrypted_password", "first_name", "last_name", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "status", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 26 Apr 2012 14:15:55 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "valid-2@example.com"], ["encrypted_password", "$2a$04$tH0q.jmXUEULoZEWabuDFeP7e.qyZ5BZQgKQ/k7Rb1xDcW5AUCIKO"], ["first_name", "FirstName"], ["last_name", "LastName"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["status", "pending"], ["updated_at", Thu, 26 Apr 2012 14:15:55 UTC +00:00]]
|
|
31880
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
31881
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
31882
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
|
|
31883
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
31884
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
31885
|
+
[1m[36m (0.3ms)[0m [1mUPDATE "users" SET "status" = 'active', "updated_at" = '2012-04-26 14:15:55.465189' WHERE "users"."id" = 999914116[0m
|
|
31886
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
31887
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
31888
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
31889
|
+
|
|
31890
|
+
|
|
31891
|
+
Started POST "/users/login" for 127.0.0.1 at 2012-04-26 10:15:55 -0400
|
|
31892
|
+
Processing by Contour::SessionsController#create as HTML
|
|
31893
|
+
Parameters: {"user"=>{"email"=>"valid-2@example.com", "password"=>"[FILTERED]"}}
|
|
31894
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'valid-2@example.com' LIMIT 1[0m
|
|
31895
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
31896
|
+
[1m[36m (0.1ms)[0m [1mUPDATE "users" SET "last_sign_in_at" = '2012-04-26 14:15:55.474301', "current_sign_in_at" = '2012-04-26 14:15:55.474301', "last_sign_in_ip" = '127.0.0.1', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-04-26 14:15:55.474753' WHERE "users"."id" = 999914116[0m
|
|
31897
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
31898
|
+
Redirected to http://www.example.com/logged_in_page
|
|
31899
|
+
Completed 302 Found in 7ms (ActiveRecord: 0.0ms)
|
|
31900
|
+
|
|
31901
|
+
|
|
31902
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2012-04-26 10:15:55 -0400
|
|
31903
|
+
Processing by WelcomeController#logged_in_page as HTML
|
|
31904
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = 999914116 LIMIT 1[0m
|
|
31905
|
+
Completed 200 OK in 19ms (Views: 17.2ms | ActiveRecord: 0.1ms)
|
|
31906
|
+
[1m[35m (0.9ms)[0m rollback transaction
|
|
31907
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
|
31908
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
31909
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 349534908]]
|
|
31910
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
|
|
31911
|
+
|
|
31912
|
+
|
|
31913
|
+
Started GET "/logged_in_page" for 127.0.0.1 at 2012-04-26 10:15:55 -0400
|
|
31914
|
+
Processing by WelcomeController#logged_in_page as HTML
|
|
31915
|
+
Completed 401 Unauthorized in 0ms
|
|
31916
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
31917
|
+
[1m[35mUser Exists (0.1ms)[0m SELECT 1 FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1
|
|
31918
|
+
Binary data inserted for `string` type on column `encrypted_password`
|
|
31919
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "users" ("created_at", "current_sign_in_at", "current_sign_in_ip", "deleted", "email", "encrypted_password", "first_name", "last_name", "last_sign_in_at", "last_sign_in_ip", "remember_created_at", "reset_password_sent_at", "reset_password_token", "sign_in_count", "status", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Thu, 26 Apr 2012 14:15:55 UTC +00:00], ["current_sign_in_at", nil], ["current_sign_in_ip", nil], ["deleted", false], ["email", "pending-2@example.com"], ["encrypted_password", "$2a$04$O/nyGzJfBEXxeBPJ8o/R3e2/X/J29gXKW0A8QUSTfhoWxdlx8hLCG"], ["first_name", "MyString"], ["last_name", "MyString"], ["last_sign_in_at", nil], ["last_sign_in_ip", nil], ["remember_created_at", nil], ["reset_password_sent_at", nil], ["reset_password_token", nil], ["sign_in_count", 0], ["status", "pending"], ["updated_at", Thu, 26 Apr 2012 14:15:55 UTC +00:00]]
|
|
31920
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
31921
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
31922
|
+
[1m[35m (0.1ms)[0m SELECT COUNT(*) FROM "authentications" WHERE "authentications"."user_id" = 999914116
|
|
31923
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
31924
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
31925
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
31926
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
|
31927
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
|
31928
|
+
|
|
31929
|
+
|
|
31930
|
+
Started POST "/users/login" for 127.0.0.1 at 2012-04-26 10:15:55 -0400
|
|
31931
|
+
Processing by Contour::SessionsController#create as HTML
|
|
31932
|
+
Parameters: {"user"=>{"email"=>"pending-2@example.com", "password"=>"[FILTERED]"}}
|
|
31933
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'pending-2@example.com' LIMIT 1
|
|
31934
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
|
31935
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
31936
|
+
Completed 401 Unauthorized in 4ms
|
|
31937
|
+
|
|
31938
|
+
|
|
31939
|
+
Started GET "/users/login" for 127.0.0.1 at 2012-04-26 10:15:55 -0400
|
|
31940
|
+
Processing by Contour::SessionsController#new as HTML
|
|
31941
|
+
Rendered /usr/local/rvm/gems/ruby-1.9.3-p125/gems/devise-2.0.4/app/views/devise/_links.erb (0.4ms)
|
|
31942
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/authentications/_menu.html.erb (1.5ms)
|
|
31943
|
+
Rendered /Users/remo/code/ruby/gems/contour/app/views/contour/layouts/_menu.html.erb (3.3ms)
|
|
31944
|
+
Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
|
|
31945
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
|
31946
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
31947
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
31948
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
|
31949
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 725306934]]
|
|
31950
|
+
|
|
31951
|
+
|
|
31952
|
+
Started GET "/" for 127.0.0.1 at 2012-04-26 10:15:55 -0400
|
|
31953
|
+
Processing by WelcomeController#index as HTML
|
|
31954
|
+
Completed 401 Unauthorized in 1ms
|
|
31955
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
31956
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
31957
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
31958
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 349534908]]
|
|
31959
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 725306934]]
|
|
31960
|
+
|
|
31961
|
+
|
|
31962
|
+
Started GET "/logged_in_page.json" for 127.0.0.1 at 2012-04-26 10:15:55 -0400
|
|
31963
|
+
Processing by WelcomeController#logged_in_page as JSON
|
|
31964
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1[0m
|
|
31965
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
|
31966
|
+
[1m[36m (0.2ms)[0m [1mUPDATE "users" SET "last_sign_in_at" = '2012-04-26 14:15:55.662341', "current_sign_in_at" = '2012-04-26 14:15:55.662341', "current_sign_in_ip" = '127.0.0.1', "sign_in_count" = 1, "updated_at" = '2012-04-26 14:15:55.662962' WHERE "users"."id" = 201799169[0m
|
|
31967
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
|
31968
|
+
Completed 200 OK in 80ms (Views: 0.2ms | ActiveRecord: 0.5ms)
|
|
31969
|
+
[1m[36m (0.6ms)[0m [1mrollback transaction[0m
|
|
31970
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
31971
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
31972
|
+
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 349534908]]
|
|
31973
|
+
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 725306934]]
|
|
31974
|
+
|
|
31975
|
+
|
|
31976
|
+
Started GET "/logged_in_page.json" for 127.0.0.1 at 2012-04-26 10:15:55 -0400
|
|
31977
|
+
Processing by WelcomeController#logged_in_page as JSON
|
|
31978
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."email" = 'valid@example.com' LIMIT 1
|
|
31979
|
+
Completed 401 Unauthorized in 77ms
|
|
31980
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
|
31981
|
+
[1m[35m (0.1ms)[0m begin transaction
|
|
31982
|
+
[1m[36mUser Load (0.1ms)[0m [1mSELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1[0m [["id", 201799169]]
|
|
31983
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
|
31984
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
31985
|
+
[1m[35mUser Load (0.1ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 201799169]]
|
|
31986
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|