[Rails] Re: Help needed in rails project

2009-02-09 Thread Manisha Tripathy
thanks a lot , it works now :) I just needed to add the folder name also in the require '' line thaks a lot for the help Juan José Vidal wrote: > You can see some examples in: > > http://www.strictlyuntyped.com/2008/06/rails-where-to-put-other-files.html > http://www.depixelate.com/2007/12/13/ac

[Rails] Re: Help needed in rails project

2009-02-09 Thread Juan José Vidal
You can see some examples in: http://www.strictlyuntyped.com/2008/06/rails-where-to-put-other-files.html http://www.depixelate.com/2007/12/13/actionwebservice-with-rails-2-0 http://railsguts.com/initialization.html http://www.benjaminbooth.com/tableorbooth/2006/11/rails_and_load_.html Manisha T

[Rails] Re: Help needed in rails project

2009-02-09 Thread Manisha Tripathy
No its not working yet, can you please give an example how this line should be? Dont mind, I am not very competent, just learning . :( so may be missing something Manisha Tripathy wrote: > ok I am trying again > > Juan José Vidal wrote: >> You must put your path in this line... >> >> Manisha

[Rails] Re: Help needed in rails project

2009-02-09 Thread Manisha Tripathy
ok I am trying again Juan José Vidal wrote: > You must put your path in this line... > > Manisha Tripathy escribió: -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby

[Rails] Re: Help needed in rails project

2009-02-09 Thread Juan José Vidal
You must put your path in this line... Manisha Tripathy escribió: > still its not working. :(( > > > Juan José Vidal wrote: > >> Obviously. >> >> Manisha Tripathy escribió: >> > > --~--~-~--~~~---~--~~ You received this message because you are subscrib

[Rails] Re: Help needed in rails project

2009-02-09 Thread Manisha Tripathy
still its not working. :(( Juan José Vidal wrote: > Obviously. > > Manisha Tripathy escribió: -- Posted via http://www.ruby-forum.com/. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group

[Rails] Re: Help needed in rails project

2009-02-09 Thread Juan José Vidal
Obviously. Manisha Tripathy escribió: > yes, do I need to uncomment it? > > > Juan José Vidal wrote: > >> See this line in your config/environment.rb >> >> # Add additional load paths for your own custom dirs >> # config.load_paths += %W( #{RAILS_ROOT}/extras ) >> >> >> Manisha Tripathy escri

[Rails] Re: Help needed in rails project

2009-02-09 Thread Manisha Tripathy
yes, do I need to uncomment it? Juan José Vidal wrote: > See this line in your config/environment.rb > > # Add additional load paths for your own custom dirs > # config.load_paths += %W( #{RAILS_ROOT}/extras ) > > > Manisha Tripathy escribió: -- Posted via http://www.ruby-forum.com/. --~-

[Rails] Re: Help needed in rails project

2009-02-09 Thread Juan José Vidal
See this line in your config/environment.rb # Add additional load paths for your own custom dirs # config.load_paths += %W( #{RAILS_ROOT}/extras ) Manisha Tripathy escribió: > Hi friends, > > I need to create some additional ruby files for some other functions > inside a rails project. So I cr