This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/!\ FAILSAFE /!\ Wed Apr 25 19:35:13 +0000 2012 | |
Status: 500 Internal Server Error | |
can't dump anonymous class Class | |
/usr/lib/ruby/1.8/yaml/rubytypes.rb:6:in `to_yaml' | |
/usr/lib/ruby/1.8/yaml/rubytypes.rb:110:in `node_export' | |
/usr/lib/ruby/1.8/yaml/rubytypes.rb:110:in `add' | |
/usr/lib/ruby/1.8/yaml/rubytypes.rb:110 | |
/usr/lib/ruby/1.8/yaml/rubytypes.rb:109:in `each' | |
/usr/lib/ruby/1.8/yaml/rubytypes.rb:109 | |
/usr/lib/ruby/1.8/yaml/rubytypes.rb:108:in `seq' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unless @car2.profile.nil? | |
set_roles_users_option(@car2,params[:car2_roles_users_option]) | |
@user_intake.users.push(@car2) | |
else | |
raise "invalid caregiver 2" | |
end |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ curl -v -H "Content-Type: text/xml" -d "<dial_up_alert><device_id>6691</device_id><number>2222222222</number><username>ha | |
lo</username><password>gepitka</password><alt_number>1111111111</alt_number><alt_username>halo</alt_username><alt_password> | |
gepitka</alt_password><last_successful_number>4444444444</last_successful_number><last_successful_username>chirag</last_suc | |
cessful_username><last_successful_password>chirag</last_successful_password><timestamp>Mon Dec 25 15:52:55 -0600 2007</time | |
stamp></dial_up_alert>" "http://127.0.0.1:3000/dial_up_alerts?gateway_id=0&auth=9ad3cad0f0e130653ec377a47289eaf7f22f83edb81 | |
e406c7bd7919ea725e024" | |
* About to connect() to 127.0.0.1 port 3000 (#0) | |
* Trying 127.0.0.1... connected | |
* Connected to 127.0.0.1 (127.0.0.1) port 3000 (#0) | |
> POST /dial_up_alerts?gateway_id=0&auth=9ad3cad0f0e130653ec377a47289eaf7f22f83edb81e406c7bd7919ea725e024 HTTP/1.1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%= render :partial => '/shared/upload_with_feedback', :locals => { :f => f, | |
:url => assets_path, | |
:dialog_file_description => 'Photos', | |
:allowed_extensions => [:jpg, :jpeg, :gif, :png], | |
:allow_multiple_files => true, | |
:max_size => 20.megabyte | |
} %> |