Displaying 9 results from an estimated 9 matches for "malavoi".
Did you mean:
malai
2006 Apr 25
4
RoR & IIS &
Hello all ?
is it possible to configure 2 or more aplications on IIS, each one in a
different virtual directory ?
thanks all
--
Bolo Michelin
Blog [Flash & RoR] http://blog.developpez.com/?blog=30
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060425/9b5d7b9b/attachment.html
2007 May 11
12
tutorial
Hello, Hello
Where i can found a good tutorial about Rspec ?
thanks
2006 Mar 31
14
[newbi] Create a Model
Hello All,
Yesterday i put RoR with Locomotive. I am very happy :p.
So I follow this tuto
(http://developer.apple.com/tools/rubyonrails.html). I used Sqlite.
my database.yml
# MySQL (default setup). Versions 4.1 and 5.0 are recommended.
#
# Get the fast C bindings:
# gem install mysql
# (on OS X: gem install mysql -- --include=/usr/local/lib)
# And be sure to use new-style password
2006 Aug 11
1
Encoding
Hello,
i seach a plugin like Zend Encoder for rails.
Do u know one ?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060811/26d4a546/attachment.html
2006 Apr 25
3
select boxe
yop,
http://rubyonrails.org/api/classes/ActionView/Helpers/FormHelper.html
ici j''ai vu qu''on pouvait g?n?rer des ?l?ment d''un formulaire gr?ce des
m?thodes. Apres quelque petite recherches j''ai trouv? comment g?n?rer un
select
<%= select(''category'', ''category.id'', Category.find_all.collect {|category|
category.nom})
2006 Apr 18
3
install rail behind a proxy
Hello
i try to install rail. I am behin a proxy with no Authorization
C:\rubygems-0.8.11>gem install rails -p http://xxx.xxx.xxx.xxx
Attempting local installation of ''rails''
Local gem file not found: rails*.gem
Attempting remote installation of ''rails''
Updating Gem source index for: http://gems.rubyforge.org
Install required dependency rake? [Yn] y
2006 Aug 14
1
NoMethodError
Hello,
When i test this code
<h1>contenu de votre panier</h1>
<table>
<%
for item in @items
product = item.product
%>
<tr>
<td><%= item.quantity %></td>
<td><%= h(product.title)%></td>
<td align="right"><%=item.unit_price %></td>
<td align="right"><%=item.unit_price * item.quantity
2009 Dec 12
0
Looking for freelance work
Hello Guys,
My name is Bolo Michelin. I am looking for some development work in
Rails ( sure !) and Flash/Flex/Air.I have experience of 3.5 years
with Rails and 8 years with Flash. Im in a dire need of money, so I
wont accept any work without compensation.
Pls get in touch if you require any work to be done at
bolo-MQZbJxjQCk1qO0yjgLDq51+aB/EL+xL/@public.gmane.org
website :
2006 Apr 03
3
[newbi] Problem Routes
Hello,
i try to follow this video
http://www.illanti.com/files/locomotive101.mov
After change my routes
routes.db
ActionController::Routing::Routes.draw do |map|
# Add your own custom routes here.
# The priority is based upon order of creation: first created ->
highest priority.
# Here''s a sample route:
# map.connect ''products/:id'', :controller =>