There was never a great idea or big plan when we started RailsFactory, it was some beliefs we had and more people(clients and team) believed in us and joined us, hope we become a phenomenon in coming years.
now we have good plans and a great team to execute it
watch this space for some great announcements in coming weeks
railsfactory-public project on github 3
Posted by senthil
on Tuesday, April 15
We have joined the GIT band wagon
and have hosted our first public repository on github.
Codes would be in form of snippets, libraries, plugins, and full implementations. All these code are licensed as MIT license, unless until explicitly mentioned.
http://github.com/railsfactory/railsfactory-public/
git clone git://github.com/railsfactory/railsfactory-public.git
update: 20th April 2008
I am commiting myself to opensouring more code from our project and ensure one useful commit per day, for atleast next 100 days
support my efforts by donating if you feel the code is useful for you and your projects
codes which have been commited
a) grouped
converting array data to hash, like with group by with count(*) in sql
b) ActionController logger
logging in following format for processing by linux commands
#method|URL|session_id | timestamp | IP | Status | Controller | action | id |parameters | 0.00075 (1338 reqs/sec)| Rendering: 1.62710 (99%) | DB: 0.00000 (0%) |
c) file joiner
merging files of same file extension for script based processing, to know the usage of a code like a css class, a helper method, code duplication finding for refactoring,
d) find
ruby based grep style searching for source code files
e) filelisting
syntax checking of ruby and embedded ruby(erb/ rhtml) files
f) od2
inspired from linux od command
displays the file and line number and the octal character representation of the non-ASCII characters
g) typo generator
typo generation for use with search engines
and have hosted our first public repository on github.
Codes would be in form of snippets, libraries, plugins, and full implementations. All these code are licensed as MIT license, unless until explicitly mentioned.
http://github.com/railsfactory/railsfactory-public/
git clone git://github.com/railsfactory/railsfactory-public.git
update: 20th April 2008
I am commiting myself to opensouring more code from our project and ensure one useful commit per day, for atleast next 100 days
support my efforts by donating if you feel the code is useful for you and your projects
codes which have been commited
a) grouped
converting array data to hash, like with group by with count(*) in sql
b) ActionController logger
logging in following format for processing by linux commands
#method|URL|session_id | timestamp | IP | Status | Controller | action | id |parameters | 0.00075 (1338 reqs/sec)| Rendering: 1.62710 (99%) | DB: 0.00000 (0%) |
c) file joiner
merging files of same file extension for script based processing, to know the usage of a code like a css class, a helper method, code duplication finding for refactoring,
d) find
ruby based grep style searching for source code files
e) filelisting
syntax checking of ruby and embedded ruby(erb/ rhtml) files
f) od2
inspired from linux od command
displays the file and line number and the octal character representation of the non-ASCII characters
g) typo generator
typo generation for use with search engines
