Displaying 11 results from an estimated 11 matches for "stabenfeldt".
2006 Mar 29
4
Collecting data from forms
...puts "Message field = #{message}"
system("echo #{from} > /tmp/echo-say")
system("echo #{message} >> /tmp/echo-say")
end
How can I transform the content from the form to a variable so that I
can use it in a system() command ?
Best regards,
Martin Stabenfeldt
2006 Apr 11
5
Reading MySQL rows
...nt-id: #{@account.id}" # empty
puts "the name of the company is: #{@account.company}, count #
{@account.count}\n" # empty
end
How do I collect the content of the id, count and company field to
variables?
I?m very grateful for all help I can get!
--
Best regards,
Martin Stabenfeldt
2006 Mar 06
5
Rails MySQL query
...>"/>
<h3> <%= product.brand %> <%= h(product.title) %> </h3>
<%= product.description %>
<br>
I would be very grateful it anyone could help me out with some
examples or point me in the right direction.
Best regards,
Martin Stabenfeldt
2006 May 09
2
User.new doesn´t capture all of the parameters
...t;"",
"password"=>"SECRET"}}
How come @user = User.new(params[:user] doesn?t saves whats in
"company", "count" etc. ?
I?ll be very grateful to everyone that comes with suggestions or hint
on what I?m doing wrong!
Kind regards,
Martin Stabenfeldt
2006 Mar 11
2
Problems building mysql gem
...-2.7/gem_make.out
I get the same results after running "gem cleanup" as well.
# cd /usr/lib/ruby/gems/1.8/gems/mysql-2.7
#ruby extconf.rb --with-mysql-config
can''t find header files for ruby.
I would be very grateful to all help, suggestions and tips! :)
Best regards,
Martin Stabenfeldt
$ ruby -v
ruby 1.8.4 (2005-12-24) [i386-linux]
$ gem list --local
*** LOCAL GEMS ***
actionmailer (1.1.5)
Service layer for easy email delivery and testing.
actionpack (1.11.2)
Web-flow and rendering framework putting the VC in MVC.
actionwebservice (1.0.0)
Web service suppor...
2006 Apr 24
1
Including an extra variable
...= Number.new(params[:number])
end
How can I make "create" include the value of user.company or $company?
This should be put in the "company" field of the Numbers database.
Numbers contains the following fields: id, number, name, email, list,
company
Best regards,
Martin Stabenfeldt
2006 Apr 07
3
Howto set a global parameter
...ser.name
puts " DEBUG: #{@username} just logged in\n" # This works
But @username seems empty when accessed from numbers_controller.rb ,
how to I set it to be accessible global?
Or at least move the content of that variable over to another
controller.
Best regards,
Martin Stabenfeldt
2006 Mar 22
5
foreach item in column
...-----------+-----------+
| 2 | 9341 | Martin | m@home.com | one
+----+----------+----------+---------------------+-----------+
It would be very helpful if anyone could give me some examples on how
to achieve this! :)
I?ll be very grateful for all help I can get!
Best regards,
Martin Stabenfeldt
2006 Apr 18
1
inserting value got problem
Parameters: {"bestandsliste"=>{"typ"=>"bumffer", "KundanName"=>"parikshit", "Abgeholt"=>"", "LieferLand"=>"", "Kaufmann"=>"birla", "Marge"=>"", "Erzieltervk"=>"", "LieferOrt"=>"",
2007 Aug 24
0
autocompleter_customized with Autocomplete.Local
..., when using Autcomplete.Local?
E.g I want to display both @contact.name and @contact.email in the
search result, and use a pre fetched array for the autocompleter to
search in.
http://pastie.caboo.se/89614
Any suggestions, links to documentation, tutorials is highly
appreciated!
Cheers,
Martin Stabenfeldt
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this gro...
2007 Nov 02
1
uninitialized constant ActAsAuthenticated
...rate --trace
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:migrate
rake aborted!
uninitialized constant ActAsAuthenticated
Tried to move include AuthenticatedSystem to ApplicationController,
didn´t help.
Any suggestions?
Regards,
Martin Stabenfeldt
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send...