[Rails] Re: Soft Validation

2014-04-15 Thread Maximilian Busch
Hi Mike, it seems like you want to do some validation to improve the user experience, give them some feedback etc. Without knowing the exact use cases I would go with a combination of client- and server-side validation. On client's side you can go with one of the various jQuery form validation

[Rails] Re: ActionController::Live in development without "config.cache_classes = true"?

2014-04-02 Thread Maximilian Busch
, August 15, 2013 5:05:06 PM UTC+2, Maximilian Busch wrote: >> >> Hey all, >> >> we recently ported to Rails 4.0 from 3.2.13 with our application and were >> really excited about the new ActionController::Live functionalities. Part >> of our application is a m

[Rails] Re: Using Ruby Gems On Ruby On Rails

2013-08-27 Thread Maximilian Busch
Just add source 'https://rubygems.org' to the top of your Gemfile - afterwards add the gems to the Gemfile and run bundle install on the Terminal. Am Dienstag, 27. August 2013 04:53:58 UTC+2 schrieb Ruby-Forum.com User: > > Is it possible to use ruby gems such as "gosu" or "fxruby" on a rail

[Rails] Re: Padwan needs help!

2013-08-16 Thread Maximilian Busch
Can you verify that Ruby 2.0.0 is installed correctly? Does the Rails app work as expected, neglecting the issues with the Bootstrap gem bundle? Do you get "rvm is a function" after typing "type rvm | head -n 1" into the terminal? Perhaps you should start with installing Ruby again, as it is a

[Rails] ActionController::Live in development without "config.cache_classes = true"?

2013-08-15 Thread Maximilian Busch
Hey all, we recently ported to Rails 4.0 from 3.2.13 with our application and were really excited about the new ActionController::Live functionalities. Part of our application is a messaging/notification system and we wanted to implement a live notification when a new message reaches the inbo