Git Product home page Git Product logo

cointoss's People

Contributors

hawkins avatar jhilbs3 avatar

Watchers

 avatar  avatar  avatar

cointoss's Issues

Display errors such as leaving a room you own or leaving while in progress-->

<!--TODO: Display errors such as leaving a room you own or leaving while in progress-->
<% unless @rooms.nil? %>
<% @rooms.each do |room|%>
<% room.errors.full_messages.each do |error| %>
<div class="alert alert-danger" role="alert">
<%= error %>


This issue was generated by todo based on a TODO comment in b127aae when #3 was merged. cc @hawkins.

Wager amount should default to 0

and 0 wagers should not be placed at all

Completed 500 Internal Server Error in 27ms (ActiveRecord: 8.8ms)

ActionView::Template::Error (undefined method `*' for nil:NilClass):
     153:             <td style="text-align:left" class="big"><%= bet.description %></td>
     154:             <td style="text-align:left" class="small"><%= (100 / bet.odds).round(2) %> : 1</td>
     155:             <td class="small">$<%= bet.wager_amount %></td>
     156:             <td class="small">$<%= (bet.wager_amount * (100 / bet.odds)).round(0) %></td>
     157:         </tr>
     158:     <% end %>
     159: </table>

app/views/rooms/show.html.erb:156:in `block in _app_views_rooms_show_html_erb__3333792706994684877_47280951090240'
app/views/rooms/show.html.erb:150:in `_app_views_rooms_show_html_erb__3333792706994684877_47280951090240'
app/controllers/rooms_controller.rb:120:in `set_current_user'

heroku[router]: at=info method=POST path="/rooms/1/bets" dyno=web.1 connect=0ms service=66ms status=200 bytes=1004 protocol=https

Editing actions?

resources :actions, only: [:create, :destroy] # TODO: Editing actions?
resources :bets, only: [:create, :destroy]
end
get 'login', to: 'sessions#new'
post 'login', to: 'sessions#create'
get 'welcome', to: 'sessions#welcome'


This issue was generated by todo based on a TODO comment in b127aae when #3 was merged. cc @hawkins.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.