Antonio Cangiano has a good review of some rails hosting packages at http://www.antoniocangiano.com/articles/2006/01/01/rails-hosting
I was wondering how you could accomplish this with a different controller. For ex:
in the users view I have:
<%= text_field_with_auto_complete :state, :name %>
where would I put the controller code, in the user or state controller. so far both havent worked for me. Thanks
I’ve been studying Ruby On Rails over the past few weeks and taking notes as I go. This is a result of my amassed noteset from reading books, tutorials and websites. I also find writing notes helps you to remember so this was also a memorization exercise for myself.
Recently a visitor to PointFingers.com suggested I make the Ruby on Rails source code public, as a resource for other people interested in the framework. I thought that was a nice idea, so I cleaned up the code, added some comments, and uploaded it here. I'm also interested in any feedback you might have on my code, such as style tips or other improvements. I'll post any input I receive here. Anyway, on to the code.
I have an application that will have multi-language views spanish, english, etc. What i want to do is the next thing, on the views folder i want to create a folder named “spanish”, another one named “english”, etc. These folders will contain all the rhtml files of each language. But, the problem is...
When i want to acces the main page i will be redirected to the view of the language selected. For example, in PHP i will do something like this:
$language=”spanish”;
$url_to_show=”$language/index.php”;
On rails i have a controller with a function named index, and it shows the view “index.rhtml”... but i want to show the index.rhtml that is inside of the selected language folder
Is it possible?
If you decide to recommend using Rails with a team that doesn’t know much about it, you may run into some questions. If you don’t have some ready answers, the idea will most likely be shot down quickly and left in the dust.
Coding in RoR is like talking to a intelligent, beautiful woman. Coding in PHP is like talking to a pretty but stupid girl. Coding in ASP.NET is like trying to explain quantum mechanics to a miserable failure.
Sixth & Red River is thinking about developing a Ruby Plugin for IntelliJ but they want to know if anyone will buy it before they commit.
Street Easy is a sweet new mash-up of Google Maps that’s running Ruby on Rails to mock you for all the places in New York you can’t afford to buy.