Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Email updated to support TLS. #89

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

Email updated to support TLS. #89

wants to merge 18 commits into from

Conversation

mjwelchphd
Copy link

Many modern email servers, including Gmail, now require a secure connection using TLS. This update adds that to the Ramaze email helper.

Created a new "tag" method which creates all the tags. The earlier methods, such as input_text, et.al., now just call "tag". Also added an "arrangement" option to allow the label-control fields to be wrapped in paragraphs (the default), or a table for nicer formatting, or no wrapping at all.
…eal methods in the code for the BlueForm HTML5 changes to work.
…w BlueForm updates.

Numbered the tests so I could figure out which was which. The tests below 100 are the original tests, and the ones over 100 are the new tests. If all the tests under 100 pass, the new BlueForm is completely backwards compatible.
…me the project is created. The create function copies in a directory named 'proto-<adapter-name.', then updates the database.yml to the proper values (if the user specifies them). For each database adapter type, just create a new proto-X directory with the contents as needed. See lib/proto-mysql2 for an example.
…for' fails because when you use 'helper :gestalt, :blue_form', the Gestalt.new in BlueForm sees the Gestalt as Module rather than Class. The fix is to use 'Ramaze::Gestalt.new' in BlueForm.
… problem when @g.to_html was called, then @g.to_s was called after that. Fixed by using a String.new to copy the pieces before manipulating them.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant