-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'll show you my output here:
rake gems
(in /Users/jp/Sites/central/trunk)
- [F] authlogic
- [R] activesupport
- [F] builder
- [F] formtastic
- [R] activesupport >= 2.3.0
- [R] actionpack >= 2.3.0
- [ ] fastercsv
I = Installed
F = Frozen
R = Framework (loaded before…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm Getting this error in my development log while uploadify is uploading the file and in the view i get an 'IO ERROR' beside filename.
/!\ FAILSAFE /!\ Thu Mar 18 11:54:53 -0500 2010
Status: 500 Internal Server Error
bad content body
/usr/lib/ruby/gems/1.8/gems/rack-1.0.1/lib/rack/utils…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
After installing rails3, I'm experiencing problems when trying to use haml with it.
I have the updated gem installed, and after rails PROJECT_NAME , I did haml --rails in its root.
It apparently had worked fine, since I have haml folder inside plugins, init.rb, as expected.
But when I try to rake…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I don't know is it my mistake or no. So i have that code:
<code>
post '/singin/get_token' do
content_type :xml
puts request.body.read
puts xmlRequest
xmlRequest = REXML::Document.new(request.body.read)
...
</code>
And when i post something like that:
<code>
<?xml…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
environment/cucumber.rb:
...
# gem dependencies
config.gem 'cucumber-rails', :lib => false, :version => '>=0.3.0' unless File.directory?(File.join(Rails.root, 'vend
config.gem 'database_cleaner', :lib => false, :version => '>=0.5.0' unless File.directory?(File.join(Rails.root…
>>> More