0
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
May 31, 2023 — May 31, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding licenses, fixing some documentation. More... over 15 years ago
Fixing some logging. Push an application name into RailsMetaData, instead of assuming every app is named "ballast". More... over 15 years ago
Adding licensing, cleaning up some debug logging. More... over 15 years ago
Removing my useless servlet. Hacking the JBFileDirContext to play happier with name rewriting for index.html welcome file. More... over 15 years ago
Adding a public/-knowledgable FileDirContext subclass, while keeping the context for the rails classes above public/. More... over 15 years ago
Fully deploy a rails app in-situ. More... over 15 years ago
Reworking the rails deployment to fiddle tomcat directly, avoiding the assumptions in the TomcatDeploy(er|ment) and AbstractWarDeployer bits. More... over 15 years ago
Pulling in vendor rails against 2-1-stable rails/rails More... over 15 years ago
Removing debug, adding .gitignore to the rails app to avoid collapsing of empty dirs, fixing tests. More... over 15 years ago
Finally worked out the meta-data filters. 1 missing line of simpleness. *sigh* More... over 15 years ago
Trying a sub-deployment instead of structural deployment. More... over 15 years ago
Speculating about structural deployers. Making a mess. More... over 15 years ago
Rearranging deployer assembly; weaving in jruby classpath bits. More... over 15 years ago
Reworking deployer to be MetaData-centric. More... over 15 years ago
Don't write entries for directories. So dupe-checking is not necessary. Adjust test output .war and .war.dir to be friendlier. More... over 15 years ago
Visitor and test for producing a .jar from a VirtualFile tree. More... over 15 years ago
Adding a re-delegating delegating file handler to setup and correct the VFS path down a foreign VFSContext. More... over 15 years ago
Refactoring, removing a useless delegate, and cleaning up multiple VFSContexts More... over 15 years ago
Checking that the VFS is serving up only what we expect from the root More... over 15 years ago
VirtualFileVisitor implementation to copy a VFS tree to the filesystem. Will be used to produce actual .war files. More... over 15 years ago
Move the VFS-related stuff to an org.jboss.rails.vfs.** packaging More... over 15 years ago
Testing web.xml production. More... over 15 years ago
Trying to read in web.xml to some byte-array. More... over 15 years ago
Moving to be less FileSystem-dependent by wrapping whatever VirtualFile we get with a VFDelegatingHandler. More... over 15 years ago
Trying a VirtualFileHandler that delegate to a VirtualFile More... over 15 years ago
Reworking the actual deployer to use the RailsAppContext and Factory. More... over 15 years ago
We're using maven now, no need for assemble.rb More... over 15 years ago
Some docs on RailsPublicHandler for RAILS_ROOT/public handling. More... over 15 years ago
Documenting the RailsAppContextFactory More... over 15 years ago
Documenting RailsAppContext More... over 15 years ago