0
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected 1 day ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added [Ignored] annotation to be able to selectively ignore properties from serialization process. Integrated Scott's fix for <nil_classes type="array"/> result when nothing is found in the database. More... almost 16 years ago
commented out adding fxml to the set of unverifiable_types. it's rails 2.1 specific and doesn't really help anyway. More... almost 16 years ago
Added a prompt to generated component belongs_to comboboxes. More... almost 16 years ago
Merge branch 'master' of git://github.com/steveluscher/ruboss_rails_integration into steveluscher/master More... almost 16 years ago
Added tasks to compile and run AIR applications from the command line: rake ruboss:air:build and rake ruboss:air:run More... almost 16 years ago
yamlscaffold now understands base-packages which are more than two levels deep. More... almost 16 years ago
Updated the README file to include instructions for converting a Ruboss Rails project to AIR. More... almost 16 years ago
Updated templates to reflect changes to the framework due to AIR support improvements. More... almost 16 years ago
updated documentation and README files. More... almost 16 years ago
Fixed a bug. Was doing comparison against a string while the argument was actually a symbol. Duh! More... almost 16 years ago
Switched to using ModelsCollection for the generated models. This allows for better control of object graph contents when marshalling/unmarshalling nodes. More... almost 16 years ago
added better error checking on -m and -a generator options. More... almost 16 years ago
made sure that the framework binary is not refetched if lib/ruboss-latest.swc already exists. More... almost 16 years ago
fixed mainapp template to use use_air variable. More... almost 16 years ago
added the ability to fetch (and/or skip fetching) the latest framework binary from a given URL. switched to using standard generator opts in rconfig generator. More... almost 16 years ago
there are issues on update call to rails and protect_from_forgery stuff set to default in rails 2.1. while I've added .fxml to the set of unverifiable_types I can't actually set the content-type of PUT-type requests without making rails blow up. As a result, I've temporarily disabled protect_from_forgery at the plugin level. More... almost 16 years ago
temporarily disabled forgery protection. work in progress for the ruboss framework. More... almost 16 years ago
fixed a bug in the component template, it was comparing against strings, while actual property is a symbol. More... almost 16 years ago
added a cast to component template to because RubossUtils.clone return generic Objects as opposed to typed model instances. More... almost 16 years ago
cleaned up yamlscaffold and multiscaffold. More... almost 16 years ago
refactored rails 2.+ support More... almost 16 years ago