Share

Ajuby

File Release Notes and Changelog

Release Name: 0.4.7

Notes:
The Ajuby Toolkit
----------------

Ajuby is a rapid business application builder for developers who want to get a jump start 
on their rails development projects. It does this by providing an extensive domain specific 
components on top of a popular RAILS-based framework.

This framework provides

* Robust Access/Data security services.
* Dynamic Tab generation/Theme/Layout control for User interface.
* Framework for building business components.
* Dynamic UI templates for common UI views (List/Edit/Show)
* Dynamic UI building specific for business components [ Coming in future release]
* Integration plugins for popular business components like SalesForce/SugarCRM  [ Coming in future release]
* RSS/Atom support for both publishing and subscribing.
 

Getting Started
---------------

To use Ajuby in your application, 

* Download latest release from http://sourceforge.net/projects/openappdotorg
* Unzip the downloaded zip file in some folder 
* Read the start_from_here.html or read up Ajuby Wiki [http://ajuby.openapp.org] for installation instructions
* Get up and running with the Ajuby.


Documentation and Getting Help
------------------------------

Ajuby main Wiki

    http://ajuby.openapp.org/index.php?title=Main_Page

Ajbuy Community:

    http://www.openapp.org/f2/forum/

Ajuby bug tracker

    http://code.google.com/p/openappdotorg/issues/list


Ajuby source code repository

    http://code.google.com/p/openappdotorg/


Ajuby source forge download
    
    http://sourceforge.net/projects/openappdotorg/

Ajuby Programming Guidelines
    
    http://dev.openapp.org/index.php?title=Programming_guidelines

Ajuby Release Information
  
    http://dev.openapp.org/index.php?title=Main_Page#Release_Information


Working From Source
-------------------
Ajbuy source code is maintained at Google code, http://code.google.com/p/openappdotorg/. Subversion is used as
source code repository. We regularly check in fixes and enhancements. Repository is always up to date with the latest
changes and once we have milestone fixes/enhancements complete we release new version on sourceforge.


-------------------------------------------------------------------------------
Copyright (c) 2004-2007, The Apptility LLC, All Rights Reserved

Changes: Change Log Release 0.4.7 ===================== # PostgreSQL compatibility [Rajesh Shetty] # Removed application startup dependency from DB connectivity[Rajesh Shetty] # Fixed the the setup wizard , ruby, rails detection code [Rajesh Shetty] # Issue #20 fixed: Login will be case sensitive from now on , LoginEngine fixed. [Rajesh Shetty] # User list view fix, show all the users to enterprise admin user. [Rajesh Shetty] # Fixed the forgot_password action [Rajesh Shetty] # Issue #37 fixed: Role list view/ "action" column alignment fix [Rajesh Shetty]