search for: orignam

Displaying 3 results from an estimated 3 matches for "orignam".

Did you mean: orignal
2006 May 17
1
Renaming controllers/views/models
...kael. On 5/11/06, Ryan Prins <rprins@gmail.com> wrote: > Following up on this, does this delete the associated tests as well and > other items that are created when you do script/generate controller > myController? > > Also, it would be nice to have a script/rename controller OrigName NewName > > I know I''ve screwed up more than once naming my stuff the Rails way ;)
2013 Jun 07
1
Sample config files installed to /etc
The sample config files in the Asterisk distribution and packages are really good for getting the demo up and running quickly, for example, to extend the demo to run behind a WebRTC proxy only required about 6 lines of extra code to define a peer in sip.conf and enable TCP However, I'm not sure that they should be installed by default by packages. Most package managers provide a way to diff
2006 May 11
18
Object constructors - Noob Question
Hi: Sorry if this is a painfully stupid question... I have some data I need through the life of someone''s session. In the application controller, I grab the data and store it like so: session[:foo] = @foo Now, whenever I need to access data about foo I don''t need to cause any DB io, I can just grab foo from the session (it''s very small fyi). Here''s what I