search for: djan

Displaying 4 results from an estimated 4 matches for "djan".

Did you mean: dan
2008 May 15
1
moving folders bug - rc4
I am fairly new to dovecot... I had a user who in outlook tried to move one of the folders into another folder but it crapped out. User tried to move "Djans*" folders into Koi folder. The subscription seems to show the folder move but the actual data is still under ".ClickEats.Clients.Djans" instead of ".ClickEats.Clients.Koi.Djans*. How do I fix this? Thanks. root at the:/apps/mail/clickeats.com/juliam/Maildir# grep -i djan sub...
2011 Mar 02
1
Member route error
I''m getting a RoutingError for a member route I can''t figure out. I''m posting a simple form that has a submit button as a confirmation step. Here''s the route: # routes.rb resources :orders do post ''confirm'', :on => :member end 1) "rake routes" shows it''s there: confirm_order POST /orders/:id/confirm(.:format)
2010 Dec 29
5
Beginer: Question about routing on Rails 3
I bought this book about rails for beginers (head first Rails) and its quite simple and good for someone who has no clue about Rails (or any other language) On chapter two it talks about routing but unfortunately the book is for rails 2 and i have rails 3 installed on my mac. The line i have to enter in the config/routes.rb of my application is: map.connect ''/ads/:id'',
2011 Feb 17
16
Unindent ERB output
Hi all, I''d like to unindent a block of ERB specifically to combat the extra spacing being added to content inside <textarea> by the browser. Is there such a feature in ERB? I shall denote indentation with underscores in the pseudo code example below. Thanks in advance, Khoan. myview.erb: <html ...> __<%= render ''form'' %> </html>