Public Gists by maxkpage

Gravatar
Tue Jun 09 05:57:42 -0700 2009
1
2
3
  # POST /games
  # POST /games.xml
  def create
Gravatar
Tue Jun 09 05:56:36 -0700 2009
1
2
3
# On submission with error the URL changes to /fha/games, instead of staying at /fha/games/new
# This is how I have to link to players in other views player_path(params[:slug], player)
# league :has_many => games
Gravatar
Tue May 19 18:22:49 -0700 2009
1
2
3
Sent mail to statsmax@gmail.com
 
Date: Tue, 19 May 2009 17:17:49 -0500
Gravatar
Tue May 19 18:09:11 -0700 2009
1
2
3
#For Blue Box No-reply@scorebookz
config.action_mailer.smtp_settings = {
  :address => "mail.blueboxgrid.com",
Gravatar
Mon May 18 08:39:41 -0700 2009
1
2
3
config.action_mailer.smtp_settings = {
  :address => "mail.blueboxgrid.com",
  :port => 25,
Gravatar
Mon May 18 08:39:39 -0700 2009
1
2
3
config.action_mailer.smtp_settings = {
  :address => "mail.blueboxgrid.com",
  :port => 25,
Gravatar
Mon May 18 06:09:05 -0700 2009
1
2
3
#For Blue Box No-reply@scorebookz
config.action_mailer.smtp_settings = {
  :address => "mail.blueboxgrid.com",
Gravatar
Tue May 12 05:44:58 -0700 2009
1
2
3
#This is the form tag I normally have to do
<% #form_for game_player,:url => game_player_path(params[:slug], game_player) do |f| %>
 
Gravatar
Mon Apr 20 12:09:30 -0700 2009
1
2
3
ActionController::Routing::Routes.draw do |map|
  map.resources :fans