search for: pinnaclezhang

Displaying 7 results from an estimated 7 matches for "pinnaclezhang".

2006 Mar 13
4
How to embed the Login Engine in to the layout?
I want the Login Engine to be displayed together with other modules in a single page,eg the left or head blank of the page just as the http://gallery.rgallery.dk/gallery shows. What should I do for that? tks anyway! -- Posted via http://www.ruby-forum.com/.
2006 Mar 07
2
LoginEngine problem
The LoginEngine plugin of RailsEngines can be show working well in the video http://rails-engines.rubyforge.org/movies/engines_intro.mov However it does not work on my pc. I have had the rails 1.0 installed as well as worked under windows enviroment. After I have repeated the steps that the video shows,the login action does not take into effect while not redirect to the home action as the
2006 Mar 07
12
what is the IDE tools used in the video?
What is the IDE tools used in the video on the homepage of the www.rubyonrails.org?I had thought it was Komodo,however after I had installed that i found they were different.I do think the IDE used in the video is very cool for its autocomplete abilities especially in the Views development.Thanks! -- Posted via http://www.ruby-forum.com/.
2006 Mar 14
14
Gusto.com Rails Site
Hello - I wanted to announce a very large web application that was built with Ruby on Rails and runs the site Gusto! http://www.gusto.com/ . It was deployed yesterday in a little over 4 months of development with 3 developers. The origins of the site were being developed in Java using Hibernate + Tapestry and the decision was made to port the 100+ table model to Rails to see if there were
2006 Mar 16
0
The panel of the gusto.com
I am interested in the implementation of the panel in the gusto.com announced here serveral days before.The panel locates in the left side of such a url as: http://www.gusto.com/newyork/newyork-CityRestaurantFinder1744251.html?character_id=1041# The lists are type,theme,features,etc I think it is ajax style,can the developers tell me how to implement such a panel? very grateful! -- Posted
2006 Mar 20
1
How to use flash in javascript?
The following code can not run: <div id="aaa">This is a test</div> <script> function foo(id) { Element.hide($(id)); <% for name in [:notice, :warning, :message] %> <% if flash[:notice] %> Element.hide($(abc)); <% end %> <% end %> } </script> How to combine the <%= %> pairs with the javascript
2006 Mar 17
2
How to let the layout be more OO?
I am confused about the @content_for_layout.''cause it will display all the views in the layout.Do I have any methods to let the layout be more OO? I mean that for example,the app currently have more than one views to be displayed,but only some of them to be displayed at the same time at different <div></div> units. I hope there exists a kind of way that: <%= if