search for: appbuilder

Displaying 2 results from an estimated 2 matches for "appbuilder".

Did you mean: aospbuilder
2010 Aug 30
0
rails new --builder
When invoking rails new with the --builder option, I see that you have to call the class ::AppBuilder. How can you change the source_root for just a few of the methods? I want to generate the gemfile from my own template AppBuilder < Rails::AppBuilder def gemfile template ''Gemfile'' end end How can I change the Gemfile template from the AppBuilder and if I can''t...
2006 Nov 30
0
Does kernel-devel need further configuration after yum install, for driver build ?
In order to build a kernel module outside of a kernel source tree, I understand it is necessary to set up a makefile containing lines such as ... obj-m:=driver.o ... and quote the KERNELDIR directory to the make system (e.g. see O'Reilly book on Linux device drivers) However, doing this with Centos either 'as-is', or even after doing a yum remove kernel-devel-<version> then