[Rails] Datepicker with jqGrid

2012-02-01 Thread joao souza
Hi all, I want to have datepicker in search text fields of jqgrid on a Ruby on Rails application. Is there any way ? Has any one used such combination ? Datepicker with jqGrid ? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post t

Re: [Rails] Devise Authentication

2012-01-14 Thread Joao Souza
ry to install Devise from zero. João On 14/01/12 14:18, "Colin Law" wrote: > On 14 January 2012 16:11, joao souza wrote: >> Hi everyone >> >> Is there any way to smoothly transition from Restful Authentication to >> Devise? > > Google found this for me &g

[Rails] Devise Authentication

2012-01-14 Thread joao souza
Hi everyone, Is there any way to smoothly transition from Restful Authentication to Devise? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscribe from this

[Rails] Devise Authentication

2012-01-14 Thread joao souza
Hi everyone Is there any way to smoothly transition from Restful Authentication to Devise? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk@googlegroups.com. To unsubscribe from this g

Re: [Rails] uom gem

2011-12-24 Thread Joao Souza
try by yourself to update it to 3.0 ! I think this is the problem! > Gems are better than plugins cause they can handle with dependency in a better > way! > > Thanks and merry christmas > > Sent from my iPad > > On 24/12/2011, at 10:32, Joao Souza wrote: > >> Re

Re: [Rails] uom gem

2011-12-24 Thread Joao Souza
quire, the is some require here that I don¹t know if they are available in my app. How can I check it? On 24/12/11 03:03, "Joao Souza" wrote: > Hi all, > > I could install as a plugin, now I need learn how to use it! > > Thanks Thiago and Aline, it will be very usefu

Re: [Rails] uom gem

2011-12-23 Thread Joao Souza
gt; In your terminal > > Bundle install > > It all done! > > > PS.: I saw that it can be installed as a gem, just as a plugin. So you can > copy the clone repo and type > > rails install plugin URL > > Something like that. I wish I could help you > > Sen

[Rails] uom gem

2011-12-23 Thread Joao Souza
Hi all, I¹m beginner with ruby and rails... I¹m creating one personal project (to learn more..) and for this project I need measure something using height cm and kg. I saw the uom gem ( https://github.com/madriska/uom) that I think that make this job, with ActiveRecord Integration. Could anyone, p

Re: [Rails] Re: Need some information

2011-11-14 Thread joao souza
Learn Rails by Example (Michael Hartl) is good tutorial ( http://ruby.railstutorial.org/ruby-on-rails-tutorial-book). On Mon, Nov 14, 2011 at 3:23 PM, Danaka Kahn wrote: > > > On Mon, Nov 14, 2011 at 12:15 PM, cval eval wrote: > >> Well, analysis has shown that database should be refactored, bec

Re: [Rails] Re: No route matches [GET] "/microposts/304"

2011-11-12 Thread joao souza
Hi Frederick, Please, help me to solve it. I did "bundle update" to update javascript plugin (jquery-rails (1.0.17)) but it don't solve the issue. On Sat, Nov 12, 2011 at 12:30 PM, Frederick Cheung < frederick.che...@gmail.com> wrote: > > > On Nov 12, 11:06 am,

[Rails] [rails] No route matches [GET] "/microposts/304"

2011-11-12 Thread joao souza
Hi all, I'm learning Rails by Example (chapter 11), by Michael Hartl ( http://ruby.railstutorial.org/chapters/user-microposts#top) but I got no route matches when I try to delete one micropost. the _micropost html is... <%= micropost.content %> Posted <%= time_ago_in_words(mic

Re: [Rails] First time with Ruby - how to print "Hello World!" via web-server

2011-10-01 Thread joao souza
Hi, This is the best tutorial that i saw about Rails... http://ruby.railstutorial.org/chapters/static-pages#top I think that you'll find the answers there. Note. Sorry about my english, this is not my primary language. On Wed, Sep 28, 2011 at 11:09 AM, -- -- wrote: > Hello Everyone, > > first